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,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.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.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.Security.Permissions
{
#if NETCOREAPP
[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletio... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Security.Permissions
{
#if NETCOREAPP
[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletio... | -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.Globalization.Calendars/tests/TaiwanCalendar/TaiwanCalendarIsLeapMonth.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.Globalization.Tests
{
public class TaiwanCalendarIsLeapMonth
{
[Fact]
public void IsLeapMonth_ReturnsFalse()
{
... | // 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.Globalization.Tests
{
public class TaiwanCalendarIsLeapMonth
{
[Fact]
public void IsLeapMonth_ReturnsFalse()
{
... | -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/nativeaot/SmokeTests/DynamicGenerics/Assertion.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// Note: Exception messages call ToString instead of Name to avoid MissingMetadataException when just outputting basic info
using System;
using System.Collections.Generic;
using Sys... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// Note: Exception messages call ToString instead of Name to avoid MissingMetadataException when just outputting basic info
using System;
using System.Collections.Generic;
using Sys... | -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/CLR-x86-JIT/V1-M12-Beta2/b60723/b60723.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
namespace Test
{
using System;
public struct AA
{
public static bool m_bFwd2;
public static int Main()
{
try
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
namespace Test
{
using System;
public struct AA
{
public static bool m_bFwd2;
public static int Main()
{
try
{
... | -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.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/Marshal/Copy/Int64ArrayTests.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 Int64ArrayTests
{
[Theory]
[InlineData(new long[] { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }... | // 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 Int64ArrayTests
{
[Theory]
[InlineData(new long[] { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }... | -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.Text.Json/tests/System.Text.Json.Tests/Serialization/JsonSerializerWrapperForString.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.Text.Json.Nodes;
using System.Text.Json.Serialization.Metadata;
using System.Threading.Tasks;
using Xunit;
namespace System.Text.Json.Serialization.Te... | // 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.Text.Json.Nodes;
using System.Text.Json.Serialization.Metadata;
using System.Threading.Tasks;
using Xunit;
namespace System.Text.Json.Serialization.Te... | -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/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int32.1.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,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/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddNegated.Double.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,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/Microsoft.Extensions.FileSystemGlobbing/tests/PatternSegments/WildcardPathSegmentTests.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.Linq;
using Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments;
using Xunit;
namespace Microsoft.Extensions.F... | // 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.Linq;
using Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments;
using Xunit;
namespace Microsoft.Extensions.F... | -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.Threading.Channels/tests/ChannelTests.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.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
namespace System.Threading.Ch... | // 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.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
namespace System.Threading.Ch... | -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/HardwareIntrinsics/X86/Ssse3/Sign.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,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/aot/ILCompiler.ReadyToRun/Compiler/NoMethodsCompilationModuleGroup.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 Internal.ReadyToRunConstants;
using Internal.TypeSystem;
using Internal.TypeSystem.Ecma;
namespace ILCompiler
{
/// <summary>
/// A 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 Internal.ReadyToRunConstants;
using Internal.TypeSystem;
using Internal.TypeSystem.Ecma;
namespace ILCompiler
{
/// <summary>
/// A c... | -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/FunctionalTests/WebAssembly/Browser/HotReload/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 System.Reflection;
using System.Runtime.CompilerServices;
namespace Sample
{
public class Test
{
public static void Main(string[] args)
{... | // 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.Reflection;
using System.Runtime.CompilerServices;
namespace Sample
{
public class Test
{
public static void Main(string[] args)
{... | -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.Net.Http.WinHttpHandler/tests/UnitTests/TestServer.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;
using System.IO.Compression;
using System.Net;
using System.Runtime.InteropServices;
using System.Text;
namespace System.Net.Http.WinHttpHandlerUnitTe... | // 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;
using System.IO.Compression;
using System.Net;
using System.Runtime.InteropServices;
using System.Text;
namespace System.Net.Http.WinHttpHandlerUnitTe... | -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.ComponentModel.Annotations/tests/System/ComponentModel/DataAnnotations/UrlAttributeTests.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.ComponentModel.DataAnnotations.Tests
{
public class UrlAttributeTests : ValidationAttributeTestBase
{
... | // 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.ComponentModel.DataAnnotations.Tests
{
public class UrlAttributeTests : ValidationAttributeTestBase
{
... | -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.Linq.Parallel/tests/QueryOperators/ConcatTests.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.Threading;
using Xunit;
namespace System.Linq.Parallel.Tests
{
public static class ConcatTests
{
public static IEnumer... | // 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.Threading;
using Xunit;
namespace System.Linq.Parallel.Tests
{
public static class ConcatTests
{
public static IEnumer... | -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.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.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.Diagnostics;
using System.Collections.Generic;
using System.Security.Principal;
namespace System.DirectoryServices.AccountManagement
{
[DirectoryRdnPr... | // 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.Diagnostics;
using System.Collections.Generic;
using System.Security.Principal;
namespace System.DirectoryServices.AccountManagement
{
[DirectoryRdnPr... | -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/Interop/PInvoke/Generics/GenericsTest.NullableD.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;
unsafe partial class GenericsNative
{
[DllImport(nameof(GenericsNative))]
public static extern double? GetNu... | // 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;
unsafe partial class GenericsNative
{
[DllImport(nameof(GenericsNative))]
public static extern double? GetNu... | -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.Reflection.Emit/tests/ConstructorBuilder/ConstructorBuilderToString.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.Reflection.Emit.Tests
{
public class ConstructorBuilderToString
{
[Fact]
public void ToString_NullRequiredOptionalCustomModifie... | // 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.Reflection.Emit.Tests
{
public class ConstructorBuilderToString
{
[Fact]
public void ToString_NullRequiredOptionalCustomModifie... | -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/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.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.Buffers;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
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;
using System.Buffers;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
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/installer/tests/Assets/TestProjects/HostApiInvokerApp/HostFXR.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.Linq;
using System.Runtime.InteropServices;
namespace HostApiInvokerApp
{
public static class HostFXR
{
... | // 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.Linq;
using System.Runtime.InteropServices;
namespace HostApiInvokerApp
{
public static class HostFXR
{
... | -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/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.UInt16.1.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,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.Runtime/tests/System/Reflection/AssemblyKeyNameAttributeTests.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.Reflection.Tests
{
public class AssemblyKeyNameAttributeTests
{
[Theory]
[InlineData(null)]
[InlineData("")]
[I... | // 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.Reflection.Tests
{
public class AssemblyKeyNameAttributeTests
{
[Theory]
[InlineData(null)]
[InlineData("")]
[I... | -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.Data.Common/src/System/Data/IDataParameterCollection.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;
namespace System.Data
{
public interface IDataParameterCollection : IList
{
object this[string parameterName] { get; set; }
bool 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.Collections;
namespace System.Data
{
public interface IDataParameterCollection : IList
{
object this[string parameterName] { get; set; }
bool Co... | -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.ComponentModel.TypeConverter/tests/Design/DesigntimeLicenseContextSerializerTests.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.IO;
using System.Reflection;
using Microsoft.DotNet.RemoteExecutor;
using Xunit;
namespace System.ComponentModel.Design.Tests
{
public st... | // 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.IO;
using System.Reflection;
using Microsoft.DotNet.RemoteExecutor;
using Xunit;
namespace System.ComponentModel.Design.Tests
{
public 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/libraries/System.Private.Xml/src/System/Xml/Serialization/XmlAttributeOverrides.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.Xml.Serialization
{
using System.Reflection;
using System.Collections;
using System.IO;
using System.Xml.Schema;
using System;
using System.C... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Xml.Serialization
{
using System.Reflection;
using System.Collections;
using System.IO;
using System.Xml.Schema;
using System;
using System.C... | -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.Runtime.InteropServices/gen/LibraryImportGenerator/LibraryImportGeneratorOptions.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Microsoft.CodeAnalysis.Diagnostics;
namespace Microsoft.Interop
{
internal record LibraryImportGeneratorOptions(bool GenerateForwarders, bool UseMarshalType)
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Microsoft.CodeAnalysis.Diagnostics;
namespace Microsoft.Interop
{
internal record LibraryImportGeneratorOptions(bool GenerateForwarders, bool UseMarshalType)
{
... | -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/HardwareIntrinsics/General/Vector64/Subtract.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,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.Data.Common/src/System/Data/IDataParameter.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;
namespace System.Data
{
public interface IDataParameter
{
DbType DbType { get; set; }
ParameterDirection Direction { g... | // 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;
namespace System.Data
{
public interface IDataParameter
{
DbType DbType { get; set; }
ParameterDirection Direction { g... | -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.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Options/OrderingQueryOperator.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
//
// OrderingQueryOperator.cs
//
// =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
//
// OrderingQueryOperator.cs
//
// =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=... | -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.ServiceModel.Syndication/tests/System/ServiceModel/Syndication/ReferencedCategoriesDocumentTests.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.Collections.ObjectModel;
using System.Runtime.Serialization;
using System.Xml;
using System.Xml.Linq;
using Xunit;
namespace System.Se... | // 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.Collections.ObjectModel;
using System.Runtime.Serialization;
using System.Xml;
using System.Xml.Linq;
using Xunit;
namespace System.Se... | -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/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.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,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/System/Security/Cryptography/Asn1/AttributeAsn.xml.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#pragma warning disable SA1028 // ignore whitespace warnings for generated code
using System;
using System.Collections.Generic;
using System.Formats.Asn1;
using System.Runtime.Inter... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#pragma warning disable SA1028 // ignore whitespace warnings for generated code
using System;
using System.Collections.Generic;
using System.Formats.Asn1;
using System.Runtime.Inter... | -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.Xml/src/System/Xml/Serialization/XmlSerializationWriterILGen.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.Diagnostics;
using System.Globalization;
using System.Reflection;
using System.Reflection.Emit;... | // 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.Diagnostics;
using System.Globalization;
using System.Reflection;
using System.Reflection.Emit;... | -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.Data.Common/src/System/Data/Constraint.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.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
namespace System.Data
{
/// <summary>
/// Represents a constraint that can be... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
namespace System.Data
{
/// <summary>
/// Represents a constraint that can be... | -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.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CertUsageType.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.Security.Cryptography.Xml
{
internal enum CertUsageType
{
Verification = 0,
Decryption = 1
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Security.Cryptography.Xml
{
internal enum CertUsageType
{
Verification = 0,
Decryption = 1
}
}
| -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/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/EncryptDecrypt.netcoreapp.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.Linq;
using Xunit;
namespace System.Security.Cryptography.Rsa.Tests
{
[SkipOnPlatform(TestPlatforms.Browser, "Not supported on Browser")]
public sealed class En... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Linq;
using Xunit;
namespace System.Security.Cryptography.Rsa.Tests
{
[SkipOnPlatform(TestPlatforms.Browser, "Not supported on Browser")]
public sealed class En... | -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/pal/tests/palsuite/c_runtime/_snprintf_s/test15/test15.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================================
**
** Source: test15.c
**
** Purpose: Tests sprintf_s with exponential format doubles (uppercase)
**
*... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================================
**
** Source: test15.c
**
** Purpose: Tests sprintf_s with exponential format doubles (uppercase)
**
*... | -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.Net.HttpListener/src/System/Net/Windows/HttpListenerRequest.Windows.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.Specialized;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Net.WebSockets;
using System.Runtime.InteropServices;
using ... | // 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.Specialized;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Net.WebSockets;
using System.Runtime.InteropServices;
using ... | -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.Memory/tests/ParsersAndFormatters/SupportedFormats.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.Linq;
using System.Collections.Generic;
namespace System.Buffers.Text.Tests
{
// Test metadata that describes a standard format (e.g. 'G', 'D' and 'X') supported by... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Linq;
using System.Collections.Generic;
namespace System.Buffers.Text.Tests
{
// Test metadata that describes a standard format (e.g. 'G', 'D' and 'X') supported by... | -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.ComponentModel.EventBasedAsync/src/System/ComponentModel/BackgroundWorker.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.ComponentModel;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
namespace System.ComponentModel
{
public class BackgroundWorker : 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.ComponentModel;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
namespace System.ComponentModel
{
public class BackgroundWorker : Co... | -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/aot/ILCompiler.ReadyToRun/ObjectWriter/OutputInfoBuilder.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.CodeAnalysis;
using System.Linq;
using System.Reflection.Metadata.Ecma335;
using System.Runtime.CompilerServ... | // 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.CodeAnalysis;
using System.Linq;
using System.Reflection.Metadata.Ecma335;
using System.Runtime.CompilerServ... | -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/Directed/PREFIX/volatile/1/fielda_tests.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="fielda_tests.il" />
</ItemGroup>... | <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="fielda_tests.il" />
</ItemGroup>... | -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/Generics/Fields/instance_passing_class01.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 ValX0 { }
public struct ValY0 { }
public struct ValX1<T> { }
public struct ValY1<T> { }
public struct ValX2<T, U> { }
public struct ValY2<T, U> { }
pu... | // 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 ValX0 { }
public struct ValY0 { }
public struct ValX1<T> { }
public struct ValY1<T> { }
public struct ValX2<T, U> { }
public struct ValY2<T, U> { }
pu... | -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.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.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.Globalization;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Microsoft.Win32;
namespace System.Diagnostics.Eventing.Reader
{
/// <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.Globalization;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Microsoft.Win32;
namespace System.Diagnostics.Eventing.Reader
{
/// <s... | -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.Xml/tests/Xslt/TestFiles/TestData/xsltc/baseline/oft1.txt | <?xml version="1.0" encoding="utf-8"?>Hello, world! | <?xml version="1.0" encoding="utf-8"?>Hello, world! | -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.ComponentModel.TypeConverter/src/System/ComponentModel/Int64Converter.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.Globalization;
namespace System.ComponentModel
{
/// <summary>
/// Provides a type converter to convert 64-bit signed integer objects to and
/// from variou... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Globalization;
namespace System.ComponentModel
{
/// <summary>
/// Provides a type converter to convert 64-bit signed integer objects to and
/// from variou... | -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/tests/System/Xml/ModuleCore/cltmconsole.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;
using System.Text;
using System.Diagnostics;
namespace OLEDB.Test.ModuleCore
{
////////////////////////////////////////////////////////////////
... | // 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;
using System.Text;
using System.Diagnostics;
namespace OLEDB.Test.ModuleCore
{
////////////////////////////////////////////////////////////////
... | -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/Loader/classloader/generics/GenericMethods/method001h.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="method001h.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="method001h.cs" />
</ItemGroup>
</Project>
| -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/pal/src/libunwind/include/tdep-mips/dwarf-config.h | /* libunwind - a platform-independent unwind library
Copyright (C) 2008 CodeSourcery
Copyright (C) 2012 Tommi Rantala <tt.rantala@gmail.com>
This file is part of libunwind.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Soft... | /* libunwind - a platform-independent unwind library
Copyright (C) 2008 CodeSourcery
Copyright (C) 2012 Tommi Rantala <tt.rantala@gmail.com>
This file is part of libunwind.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Soft... | -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/mono/sgen/sgen-gchandles.c | /**
* \file
* SGen GC handles.
*
* Copyright (C) 2015 Xamarin Inc
*
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include "config.h"
#ifdef HAVE_SGEN_GC
#include "mono/sgen/sgen-gc.h"
#include "mono/sgen/sgen-client.h"
#include "mono/sgen/sgen-array-li... | /**
* \file
* SGen GC handles.
*
* Copyright (C) 2015 Xamarin Inc
*
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include "config.h"
#ifdef HAVE_SGEN_GC
#include "mono/sgen/sgen-gc.h"
#include "mono/sgen/sgen-client.h"
#include "mono/sgen/sgen-array-li... | -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/pal/src/libunwind/doc/libunwind.man | '\" t
.\" Manual page created with latex2man on Thu Jan 12 06:50:29 PST 2017
.\" NOTE: This file is generated, DO NOT EDIT.
.de Vb
.ft CW
.nf
..
.de Ve
.ft R
.fi
..
.TH "LIBUNWIND" "3" "12 January 2017" "Programming Library " "Programming Library "
.SH NAME
libunwind
\-\- a (mostly) platform\-independent unwind API
.... | '\" t
.\" Manual page created with latex2man on Thu Jan 12 06:50:29 PST 2017
.\" NOTE: This file is generated, DO NOT EDIT.
.de Vb
.ft CW
.nf
..
.de Ve
.ft R
.fi
..
.TH "LIBUNWIND" "3" "12 January 2017" "Programming Library " "Programming Library "
.SH NAME
libunwind
\-\- a (mostly) platform\-independent unwind API
.... | -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/Methodical/flowgraph/dev10_bug679008/zeroInitStackSlot.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*
* The JIT was removing a zero-init, but then emitting an untracked lifetime.
* Please run under GCSTRESS = 0x4
*/
using System;
using System.Runtime.CompilerServices;
intern... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*
* The JIT was removing a zero-init, but then emitting an untracked lifetime.
* Please run under GCSTRESS = 0x4
*/
using System;
using System.Runtime.CompilerServices;
intern... | -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.Xml/tests/XmlSchema/TestFiles/TestData/import_v13_b.xsd | <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="ns-b"
xmlns="ns-b">
<xsd:import namespace="ns-c" schemaLocation="import_v13_c.xsd"/>
<xsd:import namespace="ns-d" schemaLocation="import_v13_d.xsd"/>
<xsd:complexType name="ct-A">
<xsd:sequence minOccurs="1">
<xsd:element name="a1" type... | <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="ns-b"
xmlns="ns-b">
<xsd:import namespace="ns-c" schemaLocation="import_v13_c.xsd"/>
<xsd:import namespace="ns-d" schemaLocation="import_v13_d.xsd"/>
<xsd:complexType name="ct-A">
<xsd:sequence minOccurs="1">
<xsd:element name="a1" type... | -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_57912/Runtime_57912.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;
[StructLayout(LayoutKind.Sequential)]
internal struct AA
{
public short tmp1;
publ... | // 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;
[StructLayout(LayoutKind.Sequential)]
internal struct AA
{
public short tmp1;
publ... | -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/jit64/valuetypes/nullable/castclass/castclass/castclass021.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;
internal class NullableTest
{
private static bool BoxUnboxToNQ(object o)
{
return Helper.Compare((EmptyStruct)(V... | // 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;
internal class NullableTest
{
private static bool BoxUnboxToNQ(object o)
{
return Helper.Compare((EmptyStruct)(V... | -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/HardwareIntrinsics/X86/Avx1/TestNotZAndNotC.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,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/Loader/classloader/InterfaceFolding/Nested_I/TestCase4.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 extern xunit.core {}
.assembly TestCase4 {}
// =============== CLASS MEMBERS DECLARATION ===================
.class interface private abstrac... | // 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 extern xunit.core {}
.assembly TestCase4 {}
// =============== CLASS MEMBERS DECLARATION ===================
.class interface private abstrac... | -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.Memory/tests/ParsersAndFormatters/Parser/TestData.Parser.DecimalsAndFloats.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.Linq;
using System.Globalization;
using System.Collections.Generic;
namespace System.Buffers.Text.Tests
{
internal static partial class TestData
{
publi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Linq;
using System.Globalization;
using System.Collections.Generic;
namespace System.Buffers.Text.Tests
{
internal static partial class TestData
{
publi... | -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/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/WebServer/Deflate.ashx | <%@ WebHandler Language="C#" CodeBehind="Deflate.ashx.cs" Class="WebServer.Deflate" %>
| <%@ WebHandler Language="C#" CodeBehind="Deflate.ashx.cs" Class="WebServer.Deflate" %>
| -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/HardwareIntrinsics/X86/Avx1/InsertVector128.Byte.1.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,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/pal/src/safecrt/output.inl | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/***
*output.c - printf style output to a FILE
*
*
*Purpose:
* This file contains the code that does all the work for the
* printf family of functions. It should not be... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/***
*output.c - printf style output to a FILE
*
*
*Purpose:
* This file contains the code that does all the work for the
* printf family of functions. It should not be... | -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/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DateType.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
Imports System
Imports System.Globalization
Imports Microsoft.VisualBasic.CompilerServices.Utils
Namespace Microsoft.VisualBasic.CompilerServices
<System.ComponentModel.EditorBro... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
Imports System
Imports System.Globalization
Imports Microsoft.VisualBasic.CompilerServices.Utils
Namespace Microsoft.VisualBasic.CompilerServices
<System.ComponentModel.EditorBro... | -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/native/corehost/nethost/nethost.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#ifndef __NETHOST_H__
#define __NETHOST_H__
#include <stddef.h>
#ifdef _WIN32
#ifdef NETHOST_EXPORT
#define NETHOST_API __declspec(dllexport)
#else
// Consu... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#ifndef __NETHOST_H__
#define __NETHOST_H__
#include <stddef.h>
#ifdef _WIN32
#ifdef NETHOST_EXPORT
#define NETHOST_API __declspec(dllexport)
#else
// Consu... | -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/mono/metadata/fdhandle.c |
#include "fdhandle.h"
#include "utils/mono-lazy-init.h"
#include "utils/mono-coop-mutex.h"
static GHashTable *fds;
static MonoCoopMutex fds_mutex;
static MonoFDHandleCallback fds_callback[MONO_FDTYPE_COUNT];
static mono_lazy_init_t fds_init = MONO_LAZY_INIT_STATUS_NOT_INITIALIZED;
#ifndef DISABLE_ASSERT_MESSAGES
sta... |
#include "fdhandle.h"
#include "utils/mono-lazy-init.h"
#include "utils/mono-coop-mutex.h"
static GHashTable *fds;
static MonoCoopMutex fds_mutex;
static MonoFDHandleCallback fds_callback[MONO_FDTYPE_COUNT];
static mono_lazy_init_t fds_init = MONO_LAZY_INIT_STATUS_NOT_INITIALIZED;
#ifndef DISABLE_ASSERT_MESSAGES
sta... | -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/mono/mini/tiered.c | #include <config.h>
#include <mono/utils/mono-compiler.h>
#include "mini.h"
#include "mini-runtime.h"
#include <mono/utils/mono-counters.h>
#include <mono/utils/mono-logger-internals.h>
#ifdef ENABLE_EXPERIMENT_TIERED
MiniTieredStats mini_tiered_stats;
static MonoCoopCond compilation_wait;
static MonoCoopMutex comp... | #include <config.h>
#include <mono/utils/mono-compiler.h>
#include "mini.h"
#include "mini-runtime.h"
#include <mono/utils/mono-counters.h>
#include <mono/utils/mono-logger-internals.h>
#ifdef ENABLE_EXPERIMENT_TIERED
MiniTieredStats mini_tiered_stats;
static MonoCoopCond compilation_wait;
static MonoCoopMutex comp... | -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/Threading/Win32ThreadPoolNativeOverlapped.ExecutionContextCallbackArgs.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.Threading
{
internal partial struct Win32ThreadPoolNativeOverlapped
{
private unsafe class ExecutionContextCallbackArgs
{
interna... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Threading
{
internal partial struct Win32ThreadPoolNativeOverlapped
{
private unsafe class ExecutionContextCallbackArgs
{
interna... | -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/HardwareIntrinsics/General/Vector64/Narrow.Double.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,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. | ./docs/design/coreclr/jit/images/ThreeClassesDevirt.JPG |