repo_name
stringclasses
6 values
pr_number
int64
512
78.9k
pr_title
stringlengths
3
144
pr_description
stringlengths
0
30.3k
author
stringlengths
2
21
date_created
timestamp[ns, tz=UTC]
date_merged
timestamp[ns, tz=UTC]
previous_commit
stringlengths
40
40
pr_commit
stringlengths
40
40
query
stringlengths
17
30.4k
filepath
stringlengths
9
210
before_content
stringlengths
0
112M
after_content
stringlengths
0
112M
label
int64
-1
1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Text.Encoding/tests/Fallback/EncoderReplacementFallbackTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; namespace System.Text.Tests { public class EncoderReplacementFallbackTests { [Fact] public void Ctor_Empty() ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; namespace System.Text.Tests { public class EncoderReplacementFallbackTests { [Fact] public void Ctor_Empty() ...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Net.WebSockets/tests/WebSocketTestStream.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.IO; using System.Threading; using System.Threading.Tasks; namespace System.Net.WebSockets.Tests { /// <summary> /// A helper s...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.IO; using System.Threading; using System.Threading.Tasks; namespace System.Net.WebSockets.Tests { /// <summary> /// A helper s...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ReadEventLog.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; using Microsoft.Win32.SafeHandles; internal static partial class Interop { internal static partial class Advapi32 { internal co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; using Microsoft.Win32.SafeHandles; internal static partial class Interop { internal static partial class Advapi32 { internal co...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.UInt64.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/GC/API/GC/KeepAliveRecur.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Tests KeepAlive() in Recursive method using System; public class Test_KeepAliveRecur { public class Dummy { public static bool visited; ~Dummy() ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Tests KeepAlive() in Recursive method using System; public class Test_KeepAliveRecur { public class Dummy { public static bool visited; ~Dummy() ...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.ComponentModel.Composition/tests/System/Integration/ConstructorInjectionTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.ComponentModel.Composition; using System.ComponentModel.Composition.Factories; using System.ComponentModel.Composition.Hosting; using X...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.ComponentModel.Composition; using System.ComponentModel.Composition.Factories; using System.ComponentModel.Composition.Hosting; using X...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/Symbolic/TransitionRegexKind.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Text.RegularExpressions.Symbolic { /// <summary>Kinds of transition regexes. Transition regexes maintain a DNF form that pushes all intersections and complement...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Text.RegularExpressions.Symbolic { /// <summary>Kinds of transition regexes. Transition regexes maintain a DNF form that pushes all intersections and complement...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Conversions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using Microsoft.CSharp.RuntimeBinder.Syntax; namespace Microsoft.CSharp.RuntimeBinder.Semantics { // Encapsulate...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using Microsoft.CSharp.RuntimeBinder.Syntax; namespace Microsoft.CSharp.RuntimeBinder.Semantics { // Encapsulate...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInfo.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; namespace System.Reflection { public abstract partial class MethodInfo : MethodBase { p...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; namespace System.Reflection { public abstract partial class MethodInfo : MethodBase { p...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/Common/src/Interop/Windows/Normaliz/Interop.Normalization.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; using System.Text; internal static partial class Interop { internal static partial class Normaliz { [GeneratedDllImport("Normal...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; using System.Text; internal static partial class Interop { internal static partial class Normaliz { [GeneratedDllImport("Normal...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/Regression/JitBlue/Runtime_13417/Runtime_13417.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; public class BoundsCheck { public static int Main() { ReadOnlySpan<byte> s...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; public class BoundsCheck { public static int Main() { ReadOnlySpan<byte> s...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Linq.Expressions/tests/TestExtensions/TestOrderer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit.Sdk; namespace System.Linq.Expressions.Tests { /// <summary>Forces tests to be carried out according to the order of their <see cre...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit.Sdk; namespace System.Linq.Expressions.Tests { /// <summary>Forces tests to be carried out according to the order of their <see cre...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Runtime.CompilerServices.VisualC/src/System/Runtime/CompilerServices/Attributes.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // We need to add an InternalsVisibleToAttribute here to mscorlib since we need to expose some of these types via type forwards in mscorlib // since tooling expects some types to liv...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // We need to add an InternalsVisibleToAttribute here to mscorlib since we need to expose some of these types via type forwards in mscorlib // since tooling expects some types to liv...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/Common/tests/System/Xml/XPath/CoreFunctionLibrary/NodeSetFunctionsTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; using System; using System.Xml; using System.Xml.XPath; using XPathTests.Common; namespace XPathTests.FunctionalTests.CoreFunctionLibrary { /// <summary> /// Co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; using System; using System.Xml; using System.Xml.XPath; using XPathTests.Common; namespace XPathTests.FunctionalTests.CoreFunctionLibrary { /// <summary> /// Co...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/coreclr/tools/r2rtest/Linux.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; namespace R2RTest { internal static class Linux ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; namespace R2RTest { internal static class Linux ...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Single.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.Int64.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.UInt32.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Collections.Immutable/tests/ImmutableDictionaryBuilderTestBase.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Linq; using Xunit; namespace System.Collections.Immutable.Tests { public abstract partial class ImmutableDictionaryBuilderTestBase...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Linq; using Xunit; namespace System.Collections.Immutable.Tests { public abstract partial class ImmutableDictionaryBuilderTestBase...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Private.Xml/src/System/Xml/Schema/Chameleonkey.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Xml.Serialization; namespace System.Xml.Schema {...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Xml.Serialization; namespace System.Xml.Schema {...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/Loader/classloader/regressions/245191/nullenum1000.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Runtime.CompilerServices; using System.Threading; public enum T0 { } public ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Runtime.CompilerServices; using System.Threading; public enum T0 { } public ...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct01_static.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; public struct ValX1<T> { public T t; public ValX1(T t) { this.t = t; } } public class RefX1<T> { public T t; public RefX1(T t) ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; public struct ValX1<T> { public T t; public ValX1(T t) { this.t = t; } } public class RefX1<T> { public T t; public RefX1(T t) ...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/StorePal.macOS.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Security.Cryptography.Apple; using Microsoft.Win32.SafeHandles; namespace System.Security.C...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Security.Cryptography.Apple; using Microsoft.Win32.SafeHandles; namespace System.Security.C...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/SafeBufferTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; namespace System.Runtime.InteropServices.Tests { public class SafeBufferTests { [Theory] [InlineData(true)] [InlineData(false)] ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; namespace System.Runtime.InteropServices.Tests { public class SafeBufferTests { [Theory] [InlineData(true)] [InlineData(false)] ...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.Diagnostics; using System.Runtime.InteropServices; using System.Security.Cryptography; namespace System.Formats.Asn1 { public static parti...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.Diagnostics; using System.Runtime.InteropServices; using System.Security.Cryptography; namespace System.Formats.Asn1 { public static parti...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.UInt32.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/BuildWasmApps/testassets/AppUsingSkiaSharp/Program.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using SkiaSharp; public class Test { public static int Main() { using SKFileStream skfs = new SKFileStream("mono.png"); using SKImage img = SKI...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using SkiaSharp; public class Test { public static int Main() { using SKFileStream skfs = new SKFileStream("mono.png"); using SKImage img = SKI...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Memory/tests/ParsersAndFormatters/StandardFormatTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; namespace System.Buffers.Text.Tests { public static partial class StandardFormatTests { [Fact] public static ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; namespace System.Buffers.Text.Tests { public static partial class StandardFormatTests { [Fact] public static ...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/coreclr/tools/Common/TypeSystem/Sorting/TypeDesc.Sorting.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Internal.TypeSystem { // Functionality related to determinstic ordering of types and members partial class TypeDesc { /// <summary> /// Gets an ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Internal.TypeSystem { // Functionality related to determinstic ordering of types and members partial class TypeDesc { /// <summary> /// Gets an ...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32.UInt32.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // ------------------------------------------------------------------------------ // Changes to this file must follow the https://aka.ms/api-review process. // -----------------------...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // ------------------------------------------------------------------------------ // Changes to this file must follow the https://aka.ms/api-review process. // -----------------------...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/shims/mscorlib.forwards.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // The types in this file are internal types that need to have type-forwards from full facade assemblies such as mscorlib. // Many of these types are required by various components u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // The types in this file are internal types that need to have type-forwards from full facade assemblies such as mscorlib. // Many of these types are required by various components u...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/Common/XUnitWrapperLibrary/TestOutputRecorder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading; namespace XUnitWrapperLibrary; public sealed class TestOutputRecorder...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading; namespace XUnitWrapperLibrary; public sealed class TestOutputRecorder...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Net.NetworkInformation/src/System/Net/NetworkInformation/IPAddressInformation.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Net.NetworkInformation { /// <summary> /// Provides information about a network interface address. /// </summary> public abstract class IPAddressInfo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Net.NetworkInformation { /// <summary> /// Provides information about a network interface address. /// </summary> public abstract class IPAddressInfo...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Text.Json/gen/Reflection/MethodInfoWrapper.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Globalization; using System.Reflection; using Microsoft.CodeAnalysis; namespace System.Text.Json.Reflection { internal class Meth...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Globalization; using System.Reflection; using Microsoft.CodeAnalysis; namespace System.Text.Json.Reflection { internal class Meth...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.UtcTime.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; using System.Security.Cryptography; namespace System.Formats.Asn1 { public static partial class AsnDecoder { /// <summary> /// Re...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; using System.Security.Cryptography; namespace System.Formats.Asn1 { public static partial class AsnDecoder { /// <summary> /// Re...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.Int16.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.IO.FileSystem/tests/FileInfo/Open.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; namespace System.IO.Tests { public class FileInfo_Open_fm : FileStream_ctor_str_fm { protected override FileStream CreateFileStream(string path, FileMod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; namespace System.IO.Tests { public class FileInfo_Open_fm : FileStream_ctor_str_fm { protected override FileStream CreateFileStream(string path, FileMod...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/Interop/DisabledRuntimeMarshalling/PInvokeAssemblyMarshallingDisabled/Delegates.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using Xunit; using static DisabledRuntimeMarshallingNative; namespace DisabledRuntimeMarshalling.PInvokeAssemblyMarshallingDisabl...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using Xunit; using static DisabledRuntimeMarshallingNative; namespace DisabledRuntimeMarshalling.PInvokeAssemblyMarshallingDisabl...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Data.Common/src/System/Data/Common/SQLConvert.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Data.SqlTypes; using System.Xml; using System.Diagnostics; namespace System.Data.Common { internal static class SqlConvert { public static SqlByte Conve...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Data.SqlTypes; using System.Xml; using System.Diagnostics; namespace System.Data.Common { internal static class SqlConvert { public static SqlByte Conve...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // //NOTE: //Structures containing collection of another structures are defined without //embedded structure which will ensure proper marshalling in case collection //count is zero a...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // //NOTE: //Structures containing collection of another structures are defined without //embedded structure which will ensure proper marshalling in case collection //count is zero a...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Speech/src/Internal/SrgsCompiler/Item.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Speech.Internal.SrgsParser; namespace System.Speech.Internal.SrgsCompiler { internal sealed class Item : ParseElementCollection, IItem { #region Constru...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Speech.Internal.SrgsParser; namespace System.Speech.Internal.SrgsCompiler { internal sealed class Item : ParseElementCollection, IItem { #region Constru...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/Microsoft.Extensions.Logging/tests/Common/TestLoggerExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace Microsoft.Extensions.Logging.Test { public static class TestLoggerExtensions { public class ScopeWithoutAnyParameters { p...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace Microsoft.Extensions.Logging.Test { public static class TestLoggerExtensions { public class ScopeWithoutAnyParameters { p...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/mono/mono/tests/verifier/valid_merge_first_value_is_base_type.cs
using System; using System.Reflection; using System.Reflection.Emit; public class Parent { } public class Foo : Parent { } public class Bar : Parent { } class Driver { public static int Main (string[] args) { Parent p; Parent f = new Parent(); Bar b = new Bar(); p = args == null? (Parent) f : (Parent) ...
using System; using System.Reflection; using System.Reflection.Emit; public class Parent { } public class Foo : Parent { } public class Bar : Parent { } class Driver { public static int Main (string[] args) { Parent p; Parent f = new Parent(); Bar b = new Bar(); p = args == null? (Parent) f : (Parent) ...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/Methodical/Arrays/lcs/lcs2.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace JitTest { internal class LCS { private const int RANK = 4; private static String buildLCS(int[][][][] b, char[] X, int[] ind) ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace JitTest { internal class LCS { private const int RANK = 4; private static String buildLCS(int[][][][] b, char[] X, int[] ind) ...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/RequiresUnreferencedCodeAttribute.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #nullable enable namespace System.Diagnostics.CodeAnalysis { /// <summary> /// Indicates that the specified method requires dynamic access to code that is not referenced ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #nullable enable namespace System.Diagnostics.CodeAnalysis { /// <summary> /// Indicates that the specified method requires dynamic access to code that is not referenced ...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Private.CoreLib/src/System/Threading/CancellationTokenSource.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace Sys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace Sys...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.Int32.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <DefineConstants>$(DefineConstants);TRACE</DefineConstants> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compile Include="System\Diagnostics\BooleanSwitch.cs" /> <Compile Incl...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <DefineConstants>$(DefineConstants);TRACE</DefineConstants> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compile Include="System\Diagnostics\BooleanSwitch.cs" /> <Compile Incl...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> </PropertyGroup> <ItemGroup> <Compile Include="Constructor_AddSchema.cs" /> <Compile Include="CustomImplementations.cs" /> <Compile Include="ExceptionVerifier.cs" /> <Compile Include="GetE...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> </PropertyGroup> <ItemGroup> <Compile Include="Constructor_AddSchema.cs" /> <Compile Include="CustomImplementations.cs" /> <Compile Include="ExceptionVerifier.cs" /> <Compile Include="GetE...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/mono/mono/tests/verifier/invalid_funptr_double_free_regression.il
.assembly extern mscorlib { .ver 2:0:0:0 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. } .assembly extern System.Core { .ver 3:5:0:0 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. } .assembly 'test-anon-01' { .custom instance void class [mscorlib]System.Runtime.CompilerServices.RuntimeCom...
.assembly extern mscorlib { .ver 2:0:0:0 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. } .assembly extern System.Core { .ver 3:5:0:0 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. } .assembly 'test-anon-01' { .custom instance void class [mscorlib]System.Runtime.CompilerServices.RuntimeCom...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/HardwareIntrinsics/General/Vector64/Add.Byte.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated597.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated597.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.SByte.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Diagnostics.Debug/System.Diagnostics.Debug.sln
Microsoft Visual Studio Solution File, Format Version 12.00 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Private.CoreLib", "..\..\coreclr\System.Private.CoreLib\System.Private.CoreLib.csproj", "{6CBF7573-4865-4DD2-A38B-74003FB43C9E}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUt...
Microsoft Visual Studio Solution File, Format Version 12.00 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Private.CoreLib", "..\..\coreclr\System.Private.CoreLib\System.Private.CoreLib.csproj", "{6CBF7573-4865-4DD2-A38B-74003FB43C9E}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUt...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.ServiceModel.Syndication/tests/TestFeeds/RssFeeds/pubdate_july.xml
<!-- Description: valid pubDate (July) Expect: ValidRFC2822Date{parent:channel,element:pubDate} --> <rss version="2.0"> <channel> <title>Validity test</title> <link>http://contoso.com/rss/2.0/</link> <description>valid pubDate (July)</description> <pubDate>10 Jul 2002 14:20:20 GMT</pubDate> </channel> </rss...
<!-- Description: valid pubDate (July) Expect: ValidRFC2822Date{parent:channel,element:pubDate} --> <rss version="2.0"> <channel> <title>Validity test</title> <link>http://contoso.com/rss/2.0/</link> <description>valid pubDate (July)</description> <pubDate>10 Jul 2002 14:20:20 GMT</pubDate> </channel> </rss...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/Methodical/VT/callconv/jumper_do.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="jumper.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="jumper.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Value/UInt32Converter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Text.Json.Serialization.Converters { internal sealed class UInt32Converter : JsonConverter<uint> { public UInt32Converter() { IsI...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Text.Json.Serialization.Converters { internal sealed class UInt32Converter : JsonConverter<uint> { public UInt32Converter() { IsI...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/Microsoft.Extensions.Logging.Abstractions/tests/Microsoft.Extensions.Logging.Generators.Tests/TestClasses/AtSymbolTestExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Extensions.Logging.Generators.Tests.TestClasses { internal static partial class AtSymbolTestExtensions { [LoggerMessage(EventId = 0, Level = LogLe...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Extensions.Logging.Generators.Tests.TestClasses { internal static partial class AtSymbolTestExtensions { [LoggerMessage(EventId = 0, Level = LogLe...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMk2/BenchMk2.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; using System.Runtime.CompilerServices; namespace Benchstone.BenchF { public static class BenchMk2 { #if DEBUG public const int Iterations = 1; #else public...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; using System.Runtime.CompilerServices; namespace Benchstone.BenchF { public static class BenchMk2 { #if DEBUG public const int Iterations = 1; #else public...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null003.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // <Area> Nullable - Box-Unbox </Area> // <Title> Nullable type with unbox box expr </Title> // <Description> // checking type of byte using is operator // </Description> // <Rel...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // <Area> Nullable - Box-Unbox </Area> // <Title> Nullable type with unbox box expr </Title> // <Description> // checking type of byte using is operator // </Description> // <Rel...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Resources.ResourceManager/tests/Resources/TestResx.es-MX.resx
<root> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbo...
<root> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbo...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Text.Json/tests/System.Text.Json.Tests/DebuggerTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.IO; using System.Reflection; using Xunit; namespace System.Text.Json.Tests { public class DebuggerTests { [Fact] public void DefaultJsonElement(...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.IO; using System.Reflection; using Xunit; namespace System.Text.Json.Tests { public class DebuggerTests { [Fact] public void DefaultJsonElement(...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/coreclr/tools/Common/TypeSystem/Interop/IL/PInvokeDelegateWrapper.Mangling.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Internal.TypeSystem.Interop { partial class PInvokeDelegateWrapper : IPrefixMangledType { TypeDesc IPrefixMangledType.BaseType { get ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Internal.TypeSystem.Interop { partial class PInvokeDelegateWrapper : IPrefixMangledType { TypeDesc IPrefixMangledType.BaseType { get ...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.UInt16.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <DebugType /> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <DebugType /> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Configuration { /// <summary> /// Components should implement this interface if they want to persist custom settings /// in a hosting application. This i...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Configuration { /// <summary> /// Components should implement this interface if they want to persist custom settings /// in a hosting application. This i...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/VTableSliceProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Internal.TypeSystem; using ILCompiler.DependencyAnalysis; namespace ILCompiler { /// <summary> /// Provides VTable information for a specific type. /// </summary> ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Internal.TypeSystem; using ILCompiler.DependencyAnalysis; namespace ILCompiler { /// <summary> /// Provides VTable information for a specific type. /// </summary> ...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).il" /> </I...
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).il" /> </I...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/mono/mono/tests/dim-constrained3_gm.il
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { } .assembly constrained3_gm { } .class interface private abstract auto ansi IFrobber`1<T> { .method public hidebysig newslot virtual instance int32 Fro...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { } .assembly constrained3_gm { } .class interface private abstract auto ansi IFrobber`1<T> { .method public hidebysig newslot virtual instance int32 Fro...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/Common/src/System/Net/NetworkInformation/HostInformationPal.Unix.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Net.NetworkInformation { internal static class HostInformationPal { public static string GetHostName() { return Interop.Sys.GetHo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Net.NetworkInformation { internal static class HostInformationPal { public static string GetHostName() { return Interop.Sys.GetHo...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.ObjectModel; namespace System.Composition { /// <summary> /// Applied to an import for ExportFactory{T}, this attribute marks the /// boundary o...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.ObjectModel; namespace System.Composition { /// <summary> /// Applied to an import for ExportFactory{T}, this attribute marks the /// boundary o...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/Directed/rvastatics/rvastatic4.il
.assembly extern mscorlib{} .assembly extern xunit.core {} .assembly rvastatic4{} .class public A{ .method static native int Call1(int64) {.maxstack 50 ldarg.0 conv.i8 dup dup xor xor conv.i conv.i ret } .method static native int Call2(float64) {.maxstack 50 ldarg.0 conv.i8 dup ldc.i8 0xf...
.assembly extern mscorlib{} .assembly extern xunit.core {} .assembly rvastatic4{} .class public A{ .method static native int Call1(int64) {.maxstack 50 ldarg.0 conv.i8 dup dup xor xor conv.i conv.i ret } .method static native int Call2(float64) {.maxstack 50 ldarg.0 conv.i8 dup ldc.i8 0xf...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Configuration { public sealed class SettingElementCollection : ConfigurationElementCollection { public override ConfigurationElementCollectionType Co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Configuration { public sealed class SettingElementCollection : ConfigurationElementCollection { public override ConfigurationElementCollectionType Co...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/IL_Conformance/Old/objectmodel/field_tests.il
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern legacy library mscorlib {} .assembly field_tests{} .class public field_tests { .field public int8 i1Field .field public int16 i2Field .field public int32 i4...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern legacy library mscorlib {} .assembly field_tests{} .class public field_tests { .field public int8 i1Field .field public int16 i2Field .field public int32 i4...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./eng/testing/ILLinkDescriptors/ILLink.Descriptors.Castle.xml
<linker> <assembly fullname="Castle.Core"> <namespace fullname="Castle.DynamicProxy" /> <type fullname="Castle.DynamicProxy.Internal.CompositionInvocation" /> <type fullname="Castle.DynamicProxy.Internal.InheritanceInvocation" /> </assembly> <assembly fullname="Moq"> <type fullname="Moq.Internals....
<linker> <assembly fullname="Castle.Core"> <namespace fullname="Castle.DynamicProxy" /> <type fullname="Castle.DynamicProxy.Internal.CompositionInvocation" /> <type fullname="Castle.DynamicProxy.Internal.InheritanceInvocation" /> </assembly> <assembly fullname="Moq"> <type fullname="Moq.Internals....
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/coreclr/nativeaot/System.Private.CoreLib/src/System/Type.CoreRT.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Versioning; using Sy...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Versioning; using Sy...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/coreclr/tools/Common/TypeSystem/Interop/InteropTypes.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Internal.IL; using Debug = System.Diagnostics.Debug; namespace Internal.TypeSystem.Interop { public static class InteropTypes { public static MetadataType Get...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Internal.IL; using Debug = System.Diagnostics.Debug; namespace Internal.TypeSystem.Interop { public static class InteropTypes { public static MetadataType Get...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b561129/b561129.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGro...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGro...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/GC/Regressions/v2.0-rtm/494226/494226.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Runtime.InteropServices; public class Test_494226 { [System.Security.SecuritySafeCritical] public static int Mai...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Runtime.InteropServices; public class Test_494226 { [System.Security.SecuritySafeCritical] public static int Mai...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/Loader/classloader/StaticVirtualMethods/GenericContext/gen.bat
call ..\..\..\..\..\..\dotnet.cmd run --project Generator\generatetest.csproj -- .
call ..\..\..\..\..\..\dotnet.cmd run --project Generator\generatetest.csproj -- .
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/mono/mono/tests/assembly-load-reference/README
Test loading references of assemblies loaded using LoadFrom and LoadFile. There are three variations of the same two tests: LoadFromMain and LoadFileMain. The differences are where we place the two additional assemblies Mid and Dep. Mid references Dep. samedir/ Main, Mid and Dep are all in the same directory - bot...
Test loading references of assemblies loaded using LoadFrom and LoadFile. There are three variations of the same two tests: LoadFromMain and LoadFileMain. The differences are where we place the two additional assemblies Mid and Dep. Mid references Dep. samedir/ Main, Mid and Dep are all in the same directory - bot...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/tests/JIT/Methodical/divrem/div/negSignedMod.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; internal class Test_negSignedMod { private static int Main() { Console.WriteLine(TimeSpan.FromTicks(-2567240321185713219).Seconds); ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; internal class Test_negSignedMod { private static int Main() { Console.WriteLine(TimeSpan.FromTicks(-2567240321185713219).Seconds); ...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Linq.Parallel/src/System/Linq/ParallelEnumerable.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ParallelEnumerable.cs // // The standard IEnumerable-based LINQ-to-Objects query provi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ParallelEnumerable.cs // // The standard IEnumerable-based LINQ-to-Objects query provi...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/mono/mono/eglib/test/ptrarray.c
#include <stdio.h> #include <glib.h> #include "test.h" /* Redefine the private structure only to verify proper allocations */ typedef struct _GPtrArrayPriv { gpointer *pdata; guint len; guint size; } GPtrArrayPriv; /* Don't add more than 32 items to this please */ static const char *items [] = { "Apples", "Orange...
#include <stdio.h> #include <glib.h> #include "test.h" /* Redefine the private structure only to verify proper allocations */ typedef struct _GPtrArrayPriv { gpointer *pdata; guint len; guint size; } GPtrArrayPriv; /* Don't add more than 32 items to this please */ static const char *items [] = { "Apples", "Orange...
-1
dotnet/runtime
66,026
Adding Count(ReadOnlySpan<char>) Overloads
fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
joperezr
2022-03-01T20:29:46Z
2022-03-08T01:39:21Z
bc822868822f0206a1fa1f01c61f9b2d78bc9ac0
0da5545eb6d3363b503eb04622911f2d5f6d0283
Adding Count(ReadOnlySpan<char>) Overloads. fixes https://github.com/dotnet/runtime/issues/61425 This adds the remaining overloads for Count which work over the passed in span. cc: @stephentoub @danmoseley
./src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/Json/JsonClassDataContract.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Xml; using System.Diagnostics; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Diagnostics.CodeAnalysis; n...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Xml; using System.Diagnostics; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Diagnostics.CodeAnalysis; n...
-1
dotnet/runtime
66,025
Move Array.CreateInstance methods to shared CoreLib
jkotas
2022-03-01T20:10:54Z
2022-03-09T15:56:10Z
6187fdfad1cc8670454a80776f0ee6a43a979fba
f97788194aa647bf46c3c1e3b0526704dce15093
Move Array.CreateInstance methods to shared CoreLib.
./src/coreclr/System.Private.CoreLib/src/System/Array.CoreCLR.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Runtime.CompilerSer...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Runtime.CompilerSer...
1
dotnet/runtime
66,025
Move Array.CreateInstance methods to shared CoreLib
jkotas
2022-03-01T20:10:54Z
2022-03-09T15:56:10Z
6187fdfad1cc8670454a80776f0ee6a43a979fba
f97788194aa647bf46c3c1e3b0526704dce15093
Move Array.CreateInstance methods to shared CoreLib.
./src/coreclr/classlibnative/bcltype/arraynative.cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // File: ArrayNative.cpp // // // This file contains the native methods that support the Array class // #include "common.h" #include "arraynative.h" #include "excep.h" #include ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // File: ArrayNative.cpp // // // This file contains the native methods that support the Array class // #include "common.h" #include "arraynative.h" #include "excep.h" #include ...
1
dotnet/runtime
66,025
Move Array.CreateInstance methods to shared CoreLib
jkotas
2022-03-01T20:10:54Z
2022-03-09T15:56:10Z
6187fdfad1cc8670454a80776f0ee6a43a979fba
f97788194aa647bf46c3c1e3b0526704dce15093
Move Array.CreateInstance methods to shared CoreLib.
./src/coreclr/classlibnative/bcltype/arraynative.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // File: ArrayNative.h // // // ArrayNative // This file defines the native methods for the Array // #ifndef _ARRAYNATIVE_H_ #define _ARRAYNATIVE_H_ #include "fcall.h" #includ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // File: ArrayNative.h // // // ArrayNative // This file defines the native methods for the Array // #ifndef _ARRAYNATIVE_H_ #define _ARRAYNATIVE_H_ #include "fcall.h" #includ...
1
dotnet/runtime
66,025
Move Array.CreateInstance methods to shared CoreLib
jkotas
2022-03-01T20:10:54Z
2022-03-09T15:56:10Z
6187fdfad1cc8670454a80776f0ee6a43a979fba
f97788194aa647bf46c3c1e3b0526704dce15093
Move Array.CreateInstance methods to shared CoreLib.
./src/coreclr/nativeaot/System.Private.CoreLib/src/Internal/Runtime/Augments/RuntimeAugments.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //Internal.Runtime.Augments //------------------------------------------------- // Why does this exist?: // Reflection.Execution cannot physically live in System.Private.CoreLib....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //Internal.Runtime.Augments //------------------------------------------------- // Why does this exist?: // Reflection.Execution cannot physically live in System.Private.CoreLib....
1
dotnet/runtime
66,025
Move Array.CreateInstance methods to shared CoreLib
jkotas
2022-03-01T20:10:54Z
2022-03-09T15:56:10Z
6187fdfad1cc8670454a80776f0ee6a43a979fba
f97788194aa647bf46c3c1e3b0526704dce15093
Move Array.CreateInstance methods to shared CoreLib.
./src/coreclr/nativeaot/System.Private.CoreLib/src/Internal/Runtime/CompilerHelpers/ArrayHelpers.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime; using System.Diagnostics.CodeAnalysis; using Debug = System.Diagnostics.Debug; namespace Internal.Runtime.CompilerHelpers { /// <summary> ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime; using System.Diagnostics.CodeAnalysis; using Debug = System.Diagnostics.Debug; namespace Internal.Runtime.CompilerHelpers { /// <summary> ...
1
dotnet/runtime
66,025
Move Array.CreateInstance methods to shared CoreLib
jkotas
2022-03-01T20:10:54Z
2022-03-09T15:56:10Z
6187fdfad1cc8670454a80776f0ee6a43a979fba
f97788194aa647bf46c3c1e3b0526704dce15093
Move Array.CreateInstance methods to shared CoreLib.
./src/coreclr/nativeaot/System.Private.CoreLib/src/System/Array.CoreRT.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime; using System.Threading; using System.Collections; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Collections.Generic; using Syste...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime; using System.Threading; using System.Collections; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Collections.Generic; using Syste...
1
dotnet/runtime
66,025
Move Array.CreateInstance methods to shared CoreLib
jkotas
2022-03-01T20:10:54Z
2022-03-09T15:56:10Z
6187fdfad1cc8670454a80776f0ee6a43a979fba
f97788194aa647bf46c3c1e3b0526704dce15093
Move Array.CreateInstance methods to shared CoreLib.
./src/libraries/System.Private.CoreLib/src/System/Array.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Numeri...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Numeri...
1
dotnet/runtime
66,025
Move Array.CreateInstance methods to shared CoreLib
jkotas
2022-03-01T20:10:54Z
2022-03-09T15:56:10Z
6187fdfad1cc8670454a80776f0ee6a43a979fba
f97788194aa647bf46c3c1e3b0526704dce15093
Move Array.CreateInstance methods to shared CoreLib.
./src/mono/System.Private.CoreLib/src/System/Array.Mono.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtim...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtim...
1
dotnet/runtime
66,025
Move Array.CreateInstance methods to shared CoreLib
jkotas
2022-03-01T20:10:54Z
2022-03-09T15:56:10Z
6187fdfad1cc8670454a80776f0ee6a43a979fba
f97788194aa647bf46c3c1e3b0526704dce15093
Move Array.CreateInstance methods to shared CoreLib.
./src/coreclr/tools/superpmi/superpmi-shared/mclist.cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //---------------------------------------------------------- // MCList.h - MethodContext List utility class //---------------------------------------------------------- #include "st...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //---------------------------------------------------------- // MCList.h - MethodContext List utility class //---------------------------------------------------------- #include "st...
-1
dotnet/runtime
66,025
Move Array.CreateInstance methods to shared CoreLib
jkotas
2022-03-01T20:10:54Z
2022-03-09T15:56:10Z
6187fdfad1cc8670454a80776f0ee6a43a979fba
f97788194aa647bf46c3c1e3b0526704dce15093
Move Array.CreateInstance methods to shared CoreLib.
./src/tests/JIT/Math/Functions/Single/SinhSingle.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace System.MathBenchmarks { public partial class Single { // Tests MathF.Sinh(float) over 5000 iterations for the domain -1, +1 private...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace System.MathBenchmarks { public partial class Single { // Tests MathF.Sinh(float) over 5000 iterations for the domain -1, +1 private...
-1
dotnet/runtime
66,025
Move Array.CreateInstance methods to shared CoreLib
jkotas
2022-03-01T20:10:54Z
2022-03-09T15:56:10Z
6187fdfad1cc8670454a80776f0ee6a43a979fba
f97788194aa647bf46c3c1e3b0526704dce15093
Move Array.CreateInstance methods to shared CoreLib.
./src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; using System.Reflection; namespace System.Runtime.CompilerServices { public static partial class RuntimeHelpers { // The specia...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; using System.Reflection; namespace System.Runtime.CompilerServices { public static partial class RuntimeHelpers { // The specia...
-1
dotnet/runtime
66,025
Move Array.CreateInstance methods to shared CoreLib
jkotas
2022-03-01T20:10:54Z
2022-03-09T15:56:10Z
6187fdfad1cc8670454a80776f0ee6a43a979fba
f97788194aa647bf46c3c1e3b0526704dce15093
Move Array.CreateInstance methods to shared CoreLib.
./src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptAcquireContext_IntPtr.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Advapi32 { [GeneratedDllImport(Libraries.Ad...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Advapi32 { [GeneratedDllImport(Libraries.Ad...
-1
dotnet/runtime
66,025
Move Array.CreateInstance methods to shared CoreLib
jkotas
2022-03-01T20:10:54Z
2022-03-09T15:56:10Z
6187fdfad1cc8670454a80776f0ee6a43a979fba
f97788194aa647bf46c3c1e3b0526704dce15093
Move Array.CreateInstance methods to shared CoreLib.
./src/tests/JIT/Performance/CodeQuality/Benchstones/BenchI/Midpoint/Midpoint.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; using System.Runtime.CompilerServices; namespace Benchstone.BenchI { public static class Midpoint { #if DEBUG public const int Iterations = 1; #else public...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; using System.Runtime.CompilerServices; namespace Benchstone.BenchI { public static class Midpoint { #if DEBUG public const int Iterations = 1; #else public...
-1
dotnet/runtime
66,025
Move Array.CreateInstance methods to shared CoreLib
jkotas
2022-03-01T20:10:54Z
2022-03-09T15:56:10Z
6187fdfad1cc8670454a80776f0ee6a43a979fba
f97788194aa647bf46c3c1e3b0526704dce15093
Move Array.CreateInstance methods to shared CoreLib.
./src/tests/JIT/Regression/JitBlue/Runtime_51612/Runtime_51612.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.CompilerServices; namespace Runtime_51612 { class Program { struct PassedViaReturnBuffer { public int _0; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.CompilerServices; namespace Runtime_51612 { class Program { struct PassedViaReturnBuffer { public int _0; ...
-1