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
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i8.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile...
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/coreclr/pal/src/libunwind/src/x86_64/Lstep.c
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gstep.c" #endif
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gstep.c" #endif
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.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; using System.Diagnostics; using System.Reflection; namespace System.Text.Json.Serialization.Metadata { /// <summar...
// 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; using System.Diagnostics; using System.Reflection; namespace System.Text.Json.Serialization.Metadata { /// <summar...
1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.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; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Text.Json.Reflec...
// 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; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Text.Json.Reflec...
1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReadStack.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.Runtime.CompilerServices; using System.Text.Json.Serialization; using System.Text.J...
// 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.Runtime.CompilerServices; using System.Text.Json.Serialization; using System.Text.J...
1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReadStackFrame.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.Text.Json.Serialization; using System.Text.Json.Serialization.Metadata; namespace System.Text.Json { [De...
// 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.Text.Json.Serialization; using System.Text.Json.Serialization.Metadata; namespace System.Text.Json { [De...
1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/WriteStack.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.Runtime.ExceptionServices; using System.Text.Json.Serialization; using System.Text....
// 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.Runtime.ExceptionServices; using System.Text.Json.Serialization; using System.Text....
1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/WriteStackFrame.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.Text.Json.Serialization; using System.Text.Json.Serialization.Metadata; namespace System.Text.Json { [DebuggerDi...
// 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.Text.Json.Serialization; using System.Text.Json.Serialization.Metadata; namespace System.Text.Json { [DebuggerDi...
1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Net.Primitives/src/System/Net/DnsEndPoint.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.Net.Sockets; namespace System.Net { public class DnsEndPoint : EndPoint { private readonly string _host; ...
// 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.Net.Sockets; namespace System.Net { public class DnsEndPoint : EndPoint { private readonly string _host; ...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/PosixSignalRegistration.PlatformNotSupported.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.Runtime.InteropServices { public sealed partial class PosixSignalRegistration { private PosixSignalRegistrati...
// 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.Runtime.InteropServices { public sealed partial class PosixSignalRegistration { private PosixSignalRegistrati...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Threading.Tasks.Parallel/src/System/Threading/Tasks/Parallel.ForEachAsync.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; namespace System.Threading.Tasks { public static partial class Parallel { /// <summary>Executes a for eac...
// 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; namespace System.Threading.Tasks { public static partial class Parallel { /// <summary>Executes a for eac...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.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.Linq; namespace System.Collections.Immutable { /// <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.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; namespace System.Collections.Immutable { /// <summary> ...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/opt/Inline/tests/Inline_GenericMethods.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.Text; namespace Inline_GenericMethods { internal class Inline_GenericMethods { public static void GetTyp...
// 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.Text; namespace Inline_GenericMethods { internal class Inline_GenericMethods { public static void GetTyp...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Net.Mail/src/System/Net/Mail/SmtpReplyReader.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; namespace System.Net.Mail { //streams are read only; return of 0 means end of server's reply internal sealed class SmtpReplyReader { ...
// 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; namespace System.Net.Mail { //streams are read only; return of 0 means end of server's reply internal sealed class SmtpReplyReader { ...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Private.Xml/tests/XmlReaderLib/TCGetAttributeOrdinal.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using OLEDB.Test.ModuleCore; namespace System.Xml.Tests { public partial class TCGetAttributeOrdinal : TCXMLReaderBaseGeneral { // Type is System.Xml.Tests.TCGetAttr...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using OLEDB.Test.ModuleCore; namespace System.Xml.Tests { public partial class TCGetAttributeOrdinal : TCXMLReaderBaseGeneral { // Type is System.Xml.Tests.TCGetAttr...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Collections.Specialized/tests/NameObjectCollectionBase/NameObjectCollectionBase.CopyToTests.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.Collections.Specialized.Tests { public class NameObjectCollectionBaseCopyToTests { [Theory] [InlineData(0, 0)] [InlineD...
// 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.Collections.Specialized.Tests { public class NameObjectCollectionBaseCopyToTests { [Theory] [InlineData(0, 0)] [InlineD...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyDoublingWideningLowerByScalarAndAddSaturate.Vector64.Int32.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
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/Loader/classloader/generics/GenericMethods/method004.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; class Foo<U> { public virtual string Function<T>(U u,T t) { return u.ToString()+t.ToString(); } } public class Test_method004 { public static int counter = 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; class Foo<U> { public virtual string Function<T>(U u,T t) { return u.ToString()+t.ToString(); } } public class Test_method004 { public static int counter = 0...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Runtime/tests/System/WeakReferenceTests.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 Xunit; namespace System.Tests { public static unsafe class WeakReferenceTests { // // Helper metho...
// 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 Xunit; namespace System.Tests { public static unsafe class WeakReferenceTests { // // Helper metho...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Composition.Runtime/tests/System/Composition/Hosting/Core/CompositionContractTests.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.Composition.Hosting.Core; using System.Globalization; using System.Reflection; using Xunit; namespace System.Composition.Runtime.Tests...
// 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.Composition.Hosting.Core; using System.Globalization; using System.Reflection; using Xunit; namespace System.Composition.Runtime.Tests...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Net.Security/src/System/Net/Security/SslClientAuthenticationOptions.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.Runtime.InteropServices; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; namespace System.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.Collections.Generic; using System.Runtime.InteropServices; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; namespace System.N...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/HardwareIntrinsics/General/Vector64_1/As.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
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/LoadPairVector64NonTemporal.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
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Runtime/tests/System/Uri.CreateStringTests.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 System.Text.RegularExpressions; using Xunit; namespace System.Tests { public class UriCreateStringTests { ...
// 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 System.Text.RegularExpressions; using Xunit; namespace System.Tests { public class UriCreateStringTests { ...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/IX509Pal.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.X509Certificates { internal interface IX509Pal { AsymmetricAlgorithm DecodePublicKey(Oid oid, byte[] encodedKeyValue, byte[] en...
// 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.X509Certificates { internal interface IX509Pal { AsymmetricAlgorithm DecodePublicKey(Oid oid, byte[] encodedKeyValue, byte[] en...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/HardwareIntrinsics/X86/Avx2/And.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
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/mono/wasm/debugger/BrowserDebugProxy/MemberReferenceResolver.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.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Newtonsoft.Json.Linq; using System.IO; using Microsof...
// 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.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Newtonsoft.Json.Linq; using System.IO; using Microsof...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/SetOfValueComparer.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; namespace System.Formats.Asn1 { internal sealed class SetOfValueComparer : IComparer<ReadOnlyMemory<byte>> { internal static SetOfV...
// 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; namespace System.Formats.Asn1 { internal sealed class SetOfValueComparer : IComparer<ReadOnlyMemory<byte>> { internal static SetOfV...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Threading.Tasks.Dataflow/src/Base/ISourceBlock.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ISourceBlock.cs // // // The base interface for all source blocks. // // =-=-=-=-=-=-=...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ISourceBlock.cs // // // The base interface for all source blocks. // // =-=-=-=-=-=-=...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/mono/System.Private.CoreLib/src/System/RuntimeType.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.Reflection; using System.Globalization; using System.Threading; using System.Collections.Generic; using System.Runtime.Serialization; using System.Runtime.CompilerServic...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Reflection; using System.Globalization; using System.Threading; using System.Collections.Generic; using System.Runtime.Serialization; using System.Runtime.CompilerServic...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Private.CoreLib/src/System/DllNotFoundException.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================================= ** ** Class: DllNotFoundException ** ** ** Purpose: The exception class for some failed P/Invoke calls...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================================= ** ** Class: DllNotFoundException ** ** ** Purpose: The exception class for some failed P/Invoke calls...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Diagnostics.TextWriterTraceListener/tests/CommonUtilities.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.Globalization; using System.IO; using System.Text; namespace System.Diagnostics.TextWriterTraceListenerTests { internal static class Commo...
// 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.Globalization; using System.IO; using System.Text; namespace System.Diagnostics.TextWriterTraceListenerTests { internal static class Commo...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/ApplicationSettingsBaseTests.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.ComponentModel; using System.Configuration; using Xunit; namespace System.ConfigurationTests { public class ApplicationSetting...
// 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.ComponentModel; using System.Configuration; using Xunit; namespace System.ConfigurationTests { public class ApplicationSetting...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.SByte.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
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyDoublingWideningSaturateUpperBySelectedScalar.Vector128.Int32.Vector128.Int32.3.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
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Private.Xml/src/System/Xml/XPath/Internal/SortQuery.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.Xml; using System.Xml.XPath; using System.Xml.Xsl; namespace MS.Inte...
// 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.Xml; using System.Xml.XPath; using System.Xml.Xsl; namespace MS.Inte...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/Generics/MemberAccess/class_instance01.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; class Gen<T> { public T Field; public T[] TArray; public T Property { get { return Field; } set { Field = value; } } 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; class Gen<T> { public T Field; public T[] TArray; public T Property { get { return Field; } set { Field = value; } } publi...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.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.Diagnostics { [Flags] public enum PerformanceCounterPermissionAccess { Administer = 7, Browse = 1, Instrument = 3, None =...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Diagnostics { [Flags] public enum PerformanceCounterPermissionAccess { Administer = 7, Browse = 1, Instrument = 3, None =...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./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
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Private.CoreLib/src/System/Globalization/Normalization.Icu.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.Buffers; using System.Diagnostics; using System.Runtime.InteropServices; using System.Text; namespace System.Globalization { internal static partial class Normaliza...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Buffers; using System.Diagnostics; using System.Runtime.InteropServices; using System.Text; namespace System.Globalization { internal static partial class Normaliza...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/Common/tests/System/Net/Configuration.WebSockets.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.Test.Common { public static partial class Configuration { public static partial class WebSockets { public static string Proxy...
// 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.Test.Common { public static partial class Configuration { public static partial class WebSockets { public static string Proxy...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Int64.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
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/Common/src/System/Net/Http/aspnetcore/Http3/Frames/Http3ErrorCode.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.Http { internal enum Http3ErrorCode : long { /// <summary> /// H3_NO_ERROR (0x100): /// No error. This is used when the connectio...
// 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.Http { internal enum Http3ErrorCode : long { /// <summary> /// H3_NO_ERROR (0x100): /// No error. This is used when the connectio...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/Methodical/structs/systemvbringup/structpasstest1.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 structinreg { struct Test1 { public static int int0; public int i1; public int i2; ...
// 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 structinreg { struct Test1 { public static int int0; public int i1; public int i2; ...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Private.Xml/tests/Xslt/TestFiles/TestData/XsltScenarios/EXslt/out/regex-test.xml
<out> <test1> </test1> <test2>Email address is not valid.</test2> <test3>Email address is not valid.</test3> <test4> </test4> <test5> </test5> <test6> </test6> <test7> </test7> <test8>Ok</test8> <test9> </test9> </out>
<out> <test1> </test1> <test2>Email address is not valid.</test2> <test3>Email address is not valid.</test3> <test4> </test4> <test5> </test5> <test6> </test6> <test7> </test7> <test8>Ok</test8> <test9> </test9> </out>
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/Performance/CodeQuality/SIMD/RayTracer/SceneObject.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // internal abstract class SceneObject { public Surface Surface; public abstract ISect Intersect(Ray ray); public abstract Vector Normal(Vector pos); public SceneObj...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // internal abstract class SceneObject { public Surface Surface; public abstract ISect Intersect(Ray ray); public abstract Vector Normal(Vector pos); public SceneObj...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/Microsoft.CSharp/tests/CSharpArgumentInfoTests.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 Xunit; namespace Microsoft.CSharp.RuntimeBinder.Tests { public class CSharpArgumentInfoTests { ...
// 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 Xunit; namespace Microsoft.CSharp.RuntimeBinder.Tests { public class CSharpArgumentInfoTests { ...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/native/corehost/fxr/files.cmake
# Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. # Include directories include_directories(${CMAKE_CURRENT_LIST_DIR}/../json) include_directories(${CMAKE_CURRENT_LIST_DIR}/../fxr) # CMake does not recommend using globbing since it m...
# Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. # Include directories include_directories(${CMAKE_CURRENT_LIST_DIR}/../json) include_directories(${CMAKE_CURRENT_LIST_DIR}/../fxr) # CMake does not recommend using globbing since it m...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/HardwareIntrinsics/General/Vector64_1/op_Subtraction.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
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Diagnostics.Process/src/System/Diagnostics/ProcessThreadTimes.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.Diagnostics { internal sealed class ProcessThreadTimes { internal long _create, _exit, _kernel, _user; public DateTime StartTime { get { ret...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Diagnostics { internal sealed class ProcessThreadTimes { internal long _create, _exit, _kernel, _user; public DateTime StartTime { get { ret...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/native/external/brotli/enc/block_splitter.c
/* Copyright 2013 Google Inc. All Rights Reserved. Distributed under MIT license. See file LICENSE for detail or copy at https://opensource.org/licenses/MIT */ /* Block split point selection utilities. */ #include "./block_splitter.h" #include <string.h> /* memcpy, memset */ #include "../common/platform.h" ...
/* Copyright 2013 Google Inc. All Rights Reserved. Distributed under MIT license. See file LICENSE for detail or copy at https://opensource.org/licenses/MIT */ /* Block split point selection utilities. */ #include "./block_splitter.h" #include <string.h> /* memcpy, memset */ #include "../common/platform.h" ...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Net.NetworkInformation/src/System/Net/NetworkInformation/LinuxIPInterfaceStatistics.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.Runtime.Versioning; namespace System.Net.NetworkInformation { /// <summary> /// IPInterfaceStatistics provider for Linux. /// Reads informa...
// 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.Runtime.Versioning; namespace System.Net.NetworkInformation { /// <summary> /// IPInterfaceStatistics provider for Linux. /// Reads informa...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.ComponentModel.TypeConverter/src/System/ComponentModel/LicenseManager.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.Design; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Runtime.Versionin...
// 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.Design; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Runtime.Versionin...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Runtime/tests/System/ApplicationExceptionTests.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 Xunit; namespace System.Tests { public static class ApplicationExceptionTests { private const int COR_E_APPLICATION = -2146232832; [Fact...
// 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 Xunit; namespace System.Tests { public static class ApplicationExceptionTests { private const int COR_E_APPLICATION = -2146232832; [Fact...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/Regression/v4/dev10_804810/dev10_804810.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 System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } // Metadata version: v4.0.21016 .assembly extern mscorlib { .publickeytoken = (B...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } // Metadata version: v4.0.21016 .assembly extern mscorlib { .publickeytoken = (B...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/installer/pkg/archives/dotnet-nethost.proj
<Project Sdk="Microsoft.Build.NoTargets"> <PropertyGroup> <!-- When KeepNativeSymbols is set, debug symbols are kept in the .so files. So when it is true, we don't need a symbols archive. --> <CreateSymbolsArchive Condition="'$(KeepNativeSymbols)' != 'true'">true</CreateSymbolsArchive> </PropertyGroup> <Ite...
<Project Sdk="Microsoft.Build.NoTargets"> <PropertyGroup> <!-- When KeepNativeSymbols is set, debug symbols are kept in the .so files. So when it is true, we don't need a symbols archive. --> <CreateSymbolsArchive Condition="'$(KeepNativeSymbols)' != 'true'">true</CreateSymbolsArchive> </PropertyGroup> <Ite...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Linq.Parallel/tests/QueryOperators/GetEnumeratorTests.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 System.Threading.Tasks; using Xunit; namespace System.Linq.Parallel.Tests { public static class GetEnumeratorTest...
// 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 System.Threading.Tasks; using Xunit; namespace System.Linq.Parallel.Tests { public static class GetEnumeratorTest...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/1087985874.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 System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly '1087985874' {} .assembly extern xunit.core {} .assembly extern mscorlib{...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly '1087985874' {} .assembly extern xunit.core {} .assembly extern mscorlib{...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/jit64/gc/misc/struct7_1.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="struct7_1.cs" /> </ItemGroup> </Proje...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="struct7_1.cs" /> </ItemGroup> </Proje...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.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
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertDuplicateCertificateContextWithKeyContainerDeletion.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 Microsoft.Win32.SafeHandles; internal static partial class Interop { internal static partial class Crypt32 { ...
// 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 Microsoft.Win32.SafeHandles; internal static partial class Interop { internal static partial class Crypt32 { ...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/installer/tests/HostActivation.Tests/NativeHosting/HostContext.PropertyCompatibilityTestData.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 Xunit; using Xunit.Abstractions; namespace Microsoft.DotNet.CoreSetup.Test.HostActivation.NativeHosting { public partial cl...
// 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 Xunit; using Xunit.Abstractions; namespace Microsoft.DotNet.CoreSetup.Test.HostActivation.NativeHosting { public partial cl...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/opt/virtualstubdispatch/manyintf/itest6.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Library</OutputType> <CLRTestKind>BuildOnly</CLRTestKind> <GenerateRunScript>false</GenerateRunScript> </PropertyGroup> <PropertyGroup> <DebugType /> </PropertyGroup> <ItemGroup> <Compile Include="itest6.cs" /> </ItemGroup> </...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Library</OutputType> <CLRTestKind>BuildOnly</CLRTestKind> <GenerateRunScript>false</GenerateRunScript> </PropertyGroup> <PropertyGroup> <DebugType /> </PropertyGroup> <ItemGroup> <Compile Include="itest6.cs" /> </ItemGroup> </...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/HardwareIntrinsics/X86/Avx1/DotProduct_ro.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="DotProduct.cs" /> </ItemGro...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="DotProduct.cs" /> </ItemGro...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/tests/JIT/Directed/UnrollLoop/loop6_cs_d.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="loop6.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="loop6.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/mono/System.Private.CoreLib/src/System/TypeNameParser.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.Text; using System.IO; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Collections.Generic; using System.Threading; namespace System { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Text; using System.IO; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Collections.Generic; using System.Threading; namespace System { ...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.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.IO; using System.Runtime.Versioning; using System.Xml; namespace System.Configuration { public abstract class ConfigurationSection : Con...
// 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.IO; using System.Runtime.Versioning; using System.Xml; namespace System.Configuration { public abstract class ConfigurationSection : Con...
-1
dotnet/runtime
65,971
Fix DebuggerDisplay for serializer types
Fix #65960.
eiriktsarpalis
2022-02-28T20:24:24Z
2022-03-04T16:14:37Z
6dcefe002035fa19c3288d54d8d10f6533cb94fc
db73362b72a9884bc16348b5a52a3b73f2c19332
Fix DebuggerDisplay for serializer types. Fix #65960.
./src/libraries/System.Private.CoreLib/src/ILLink/ILLink.Substitutions.64bit.xml
<linker> <assembly fullname="System.Private.CoreLib"> <type fullname="System.IntPtr"> <method signature="System.Int32 get_Size()" body="stub" value="8" /> </type> <type fullname="System.UIntPtr"> <method signature="System.Int32 get_Size()" body="stub" value="8" /> </type> </assembly> </l...
<linker> <assembly fullname="System.Private.CoreLib"> <type fullname="System.IntPtr"> <method signature="System.Int32 get_Size()" body="stub" value="8" /> </type> <type fullname="System.UIntPtr"> <method signature="System.Int32 get_Size()" body="stub" value="8" /> </type> </assembly> </l...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/mono/mono/mini/CMakeLists.txt
project(mini) include(FindPython3) include_directories( ${PROJECT_BINARY_DIR}/ ${PROJECT_BINARY_DIR}/../.. ${PROJECT_BINARY_DIR}/../../mono/eglib ${CMAKE_CURRENT_SOURCE_DIR}/../.. ${PROJECT_SOURCE_DIR}/../ ${PROJECT_SOURCE_DIR}/../eglib ${PROJECT_SOURCE_DIR}/../sgen) if(HOST_DARWIN) set(OS_LIBS "-fra...
project(mini) include(FindPython3) include_directories( ${PROJECT_BINARY_DIR}/ ${PROJECT_BINARY_DIR}/../.. ${PROJECT_BINARY_DIR}/../../mono/eglib ${CMAKE_CURRENT_SOURCE_DIR}/../.. ${PROJECT_SOURCE_DIR}/../ ${PROJECT_SOURCE_DIR}/../eglib ${PROJECT_SOURCE_DIR}/../sgen) if(HOST_DARWIN) set(OS_LIBS "-fra...
1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/mono/mono/mini/driver.c
/** * \file * The new mono JIT compiler. * * Author: * Paolo Molaro (lupus@ximian.com) * Dietmar Maurer (dietmar@ximian.com) * * (C) 2002-2003 Ximian, Inc. * (C) 2003-2006 Novell, Inc. * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #include <confi...
/** * \file * The new mono JIT compiler. * * Author: * Paolo Molaro (lupus@ximian.com) * Dietmar Maurer (dietmar@ximian.com) * * (C) 2002-2003 Ximian, Inc. * (C) 2003-2006 Novell, Inc. * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #include <confi...
1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/mono/mono/mini/interp/interp-internals.h
#ifndef __MONO_MINI_INTERPRETER_INTERNALS_H__ #define __MONO_MINI_INTERPRETER_INTERNALS_H__ #include <setjmp.h> #include <glib.h> #include <mono/metadata/loader.h> #include <mono/metadata/object.h> #include <mono/metadata/domain-internals.h> #include <mono/metadata/class-internals.h> #include <mono/metadata/debug-inte...
#ifndef __MONO_MINI_INTERPRETER_INTERNALS_H__ #define __MONO_MINI_INTERPRETER_INTERNALS_H__ #include <setjmp.h> #include <glib.h> #include <mono/metadata/loader.h> #include <mono/metadata/object.h> #include <mono/metadata/domain-internals.h> #include <mono/metadata/class-internals.h> #include <mono/metadata/debug-inte...
1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/mono/mono/mini/interp/interp.c
/** * \file * * interp.c: Interpreter for CIL byte codes * * Authors: * Paolo Molaro (lupus@ximian.com) * Miguel de Icaza (miguel@ximian.com) * Dietmar Maurer (dietmar@ximian.com) * * (C) 2001, 2002 Ximian, Inc. */ #ifndef __USE_ISOC99 #define __USE_ISOC99 #endif #include "config.h" #include <stdio.h>...
/** * \file * * interp.c: Interpreter for CIL byte codes * * Authors: * Paolo Molaro (lupus@ximian.com) * Miguel de Icaza (miguel@ximian.com) * Dietmar Maurer (dietmar@ximian.com) * * (C) 2001, 2002 Ximian, Inc. */ #ifndef __USE_ISOC99 #define __USE_ISOC99 #endif #include "config.h" #include <stdio.h>...
1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/mono/mono/mini/interp/transform.c
/** * \file * transform CIL into different opcodes for more * efficient interpretation * * Written by Bernie Solomon (bernard@ugsolutions.com) * Copyright (c) 2004. */ #include "config.h" #include <string.h> #include <mono/metadata/appdomain.h> #include <mono/metadata/class-internals.h> #include <mono/metadata/...
/** * \file * transform CIL into different opcodes for more * efficient interpretation * * Written by Bernie Solomon (bernard@ugsolutions.com) * Copyright (c) 2004. */ #include "config.h" #include <string.h> #include <mono/metadata/appdomain.h> #include <mono/metadata/class-internals.h> #include <mono/metadata/...
1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/mono/mono/mini/intrinsics.c
/** * Intrinsics support */ #include <config.h> #include <glib.h> #include <mono/utils/mono-compiler.h> #include <mono/utils/mono-math.h> #include <math.h> #ifndef DISABLE_JIT #include "mini.h" #include "mini-runtime.h" #include "ir-emit.h" #include "jit-icalls.h" #include <mono/metadata/abi-details.h> #include <...
/** * Intrinsics support */ #include <config.h> #include <glib.h> #include <mono/utils/mono-compiler.h> #include <mono/utils/mono-math.h> #include <math.h> #ifndef DISABLE_JIT #include "mini.h" #include "mini-runtime.h" #include "ir-emit.h" #include "jit-icalls.h" #include <mono/metadata/abi-details.h> #include <...
1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/mono/mono/mini/mini-codegen.c
/** * \file * Arch independent code generation functionality * * (C) 2003 Ximian, Inc. */ #include "config.h" #include <string.h> #include <math.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #include <mono/metadata/appdomain.h> #include <mono/metadata/debug-helpers.h> #include <mono/metadata/threads.h> #in...
/** * \file * Arch independent code generation functionality * * (C) 2003 Ximian, Inc. */ #include "config.h" #include <string.h> #include <math.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #include <mono/metadata/appdomain.h> #include <mono/metadata/debug-helpers.h> #include <mono/metadata/threads.h> #in...
1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/mono/mono/mini/mini-generic-sharing.c
/** * \file * Support functions for generic sharing. * * Author: * Mark Probst (mark.probst@gmail.com) * * Copyright 2007-2011 Novell, Inc (http://www.novell.com) * Copyright 2011 Xamarin, Inc (http://www.xamarin.com) * Licensed under the MIT license. See LICENSE file in the project root for full license inf...
/** * \file * Support functions for generic sharing. * * Author: * Mark Probst (mark.probst@gmail.com) * * Copyright 2007-2011 Novell, Inc (http://www.novell.com) * Copyright 2011 Xamarin, Inc (http://www.xamarin.com) * Licensed under the MIT license. See LICENSE file in the project root for full license inf...
1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/mono/mono/mini/mini.h
/** * \file * Copyright 2002-2003 Ximian Inc * Copyright 2003-2011 Novell Inc * Copyright 2011 Xamarin Inc * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #ifndef __MONO_MINI_H__ #define __MONO_MINI_H__ #include "config.h" #include <glib.h> #include <signal...
/** * \file * Copyright 2002-2003 Ximian Inc * Copyright 2003-2011 Novell Inc * Copyright 2011 Xamarin Inc * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #ifndef __MONO_MINI_H__ #define __MONO_MINI_H__ #include "config.h" #include <glib.h> #include <signal...
1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/callhelpers.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================ ** ** File: callhelpers.h ** Purpose: Provides helpers for making managed calls ** =================================...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================ ** ** File: callhelpers.h ** Purpose: Provides helpers for making managed calls ** =================================...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/vm/wrappers.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #ifndef _WRAPPERS_H_ #define _WRAPPERS_H_ #include "metadata.h" #include "interoputil.h" class MDEnumHolder { public: inline MDEnumHolder(IMDInternalImport* IMDII) { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #ifndef _WRAPPERS_H_ #define _WRAPPERS_H_ #include "metadata.h" #include "interoputil.h" class MDEnumHolder { public: inline MDEnumHolder(IMDInternalImport* IMDII) { ...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/native/corehost/fxr_resolver.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #ifndef _COREHOST_CLI_FXR_RESOLVER_H_ #define _COREHOST_CLI_FXR_RESOLVER_H_ #include <pal.h> #include "hostfxr.h" #include "trace.h" #include "utils.h" #include "error_codes.h" nam...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #ifndef _COREHOST_CLI_FXR_RESOLVER_H_ #define _COREHOST_CLI_FXR_RESOLVER_H_ #include <pal.h> #include "hostfxr.h" #include "trace.h" #include "utils.h" #include "error_codes.h" nam...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/pal/src/libunwind/src/ia64/Lfind_unwind_table.c
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gfind_unwind_table.c" #endif
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gfind_unwind_table.c" #endif
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/tools/SOS/CMakeLists.txt
install(FILES SOS_README.md DESTINATION .)
install(FILES SOS_README.md DESTINATION .)
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/pal/src/include/pal/shmemory.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*++ Module Name: include/pal/shmemory.h Abstract: Header file for interface to shared memory How to use : Lock/Release functions must be used when manipulating data i...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*++ Module Name: include/pal/shmemory.h Abstract: Header file for interface to shared memory How to use : Lock/Release functions must be used when manipulating data i...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/vm/nativeformatreader.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // --------------------------------------------------------------------------- // NativeFormatReader // // Utilities to read native data from images // ------------------------------...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // --------------------------------------------------------------------------- // NativeFormatReader // // Utilities to read native data from images // ------------------------------...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/vm/eventpipeinternal.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #ifndef __EVENTPIPEINTERNAL_H__ #define __EVENTPIPEINTERNAL_H__ #ifdef FEATURE_PERFTRACING // TODO: Maybe we should move the other types that are used on PInvoke here? enum class ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #ifndef __EVENTPIPEINTERNAL_H__ #define __EVENTPIPEINTERNAL_H__ #ifdef FEATURE_PERFTRACING // TODO: Maybe we should move the other types that are used on PInvoke here? enum class ...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/native/external/zlib-intel/gzguts.h
/* gzguts.h -- zlib internal header definitions for gz* operations * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #ifdef _LARGEFILE64_SOURCE # ifndef _LARGEFILE_SOURCE # define _LARGEFILE_SOURCE 1 # endif # ifdef ...
/* gzguts.h -- zlib internal header definitions for gz* operations * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #ifdef _LARGEFILE64_SOURCE # ifndef _LARGEFILE_SOURCE # define _LARGEFILE_SOURCE 1 # endif # ifdef ...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/pal/src/libunwind/include/tdep-tilegx/libunwind_i.h
/* libunwind - a platform-independent unwind library Copyright (C) 2008 CodeSourcery Copyright (C) 2014 Tilera Corp. 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 "Software"), to deal in the S...
/* libunwind - a platform-independent unwind library Copyright (C) 2008 CodeSourcery Copyright (C) 2014 Tilera Corp. 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 "Software"), to deal in the S...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/md/heaps/guidheap.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // File: GuidHeap.h // // // Classes code:MetaData::GuidHeapRO and code:MetaData::GuidHeapRW represent #GUID heap. // The #GUID heap stores size-prefixed data chunks (as defined i...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // File: GuidHeap.h // // // Classes code:MetaData::GuidHeapRO and code:MetaData::GuidHeapRW represent #GUID heap. // The #GUID heap stores size-prefixed data chunks (as defined i...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/mono/mono/component/debugger-engine.c
/** * \file * Debugger Engine shared code. * * Author: * Zoltan Varga (vargaz@gmail.com) * Rodrigo Kumpera (kumpera@gmail.com) * * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #include <config.h> #include <mono/mini/mini-runtime.h> #if !defined (DI...
/** * \file * Debugger Engine shared code. * * Author: * Zoltan Varga (vargaz@gmail.com) * Rodrigo Kumpera (kumpera@gmail.com) * * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #include <config.h> #include <mono/mini/mini-runtime.h> #if !defined (DI...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/mono/mono/metadata/icall-def-netcore.h
ICALL_TYPE(RTCLASS, "Mono.RuntimeClassHandle", RTCLASS_1) NOHANDLES(ICALL(RTCLASS_1, "GetTypeFromClass", ves_icall_Mono_RuntimeClassHandle_GetTypeFromClass)) ICALL_TYPE(RTPTRARRAY, "Mono.RuntimeGPtrArrayHandle", RTPTRARRAY_1) NOHANDLES(ICALL(RTPTRARRAY_1, "GPtrArrayFree", ves_icall_Mono_RuntimeGPtrArrayHandle_GPtrArra...
ICALL_TYPE(RTCLASS, "Mono.RuntimeClassHandle", RTCLASS_1) NOHANDLES(ICALL(RTCLASS_1, "GetTypeFromClass", ves_icall_Mono_RuntimeClassHandle_GetTypeFromClass)) ICALL_TYPE(RTPTRARRAY, "Mono.RuntimeGPtrArrayHandle", RTPTRARRAY_1) NOHANDLES(ICALL(RTPTRARRAY_1, "GPtrArrayFree", ves_icall_Mono_RuntimeGPtrArrayHandle_GPtrArra...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/pal/src/libunwind/src/ia64/Lstep.c
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gstep.c" #endif
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gstep.c" #endif
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/pal/src/libunwind/src/coredump/_UCD_access_reg_freebsd.c
/* libunwind - a platform-independent unwind library 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 "Software"), to deal in the Software without restriction, including without limitation the rights t...
/* libunwind - a platform-independent unwind library 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 "Software"), to deal in the Software without restriction, including without limitation the rights t...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/native/corehost/test/mockhostfxr/5_0/CMakeLists.txt
# Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. project(mockhostfxr_5_0) set(DOTNET_PROJECT_NAME "mockhostfxr_5_0") add_definitions(-DMOCKHOSTFXR_5_0) set(SOURCES ./../mockhostfxr.cpp ) include(../../testlib.cmake) install_...
# Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. project(mockhostfxr_5_0) set(DOTNET_PROJECT_NAME "mockhostfxr_5_0") add_definitions(-DMOCKHOSTFXR_5_0) set(SOURCES ./../mockhostfxr.cpp ) include(../../testlib.cmake) install_...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/pal/src/libunwind/src/os-hpux.c
/* libunwind - a platform-independent unwind library Copyright (C) 2003-2005 Hewlett-Packard Co Contributed by David Mosberger-Tang <davidm@hpl.hp.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 ...
/* libunwind - a platform-independent unwind library Copyright (C) 2003-2005 Hewlett-Packard Co Contributed by David Mosberger-Tang <davidm@hpl.hp.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 ...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/vm/virtualcallstub.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // File: VirtualCallStub.h // // // See code:VirtualCallStubManager for details // // ============================================================================ #ifndef _VIRT...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // File: VirtualCallStub.h // // // See code:VirtualCallStubManager for details // // ============================================================================ #ifndef _VIRT...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/pal/src/libunwind/src/sh/gen-offsets.c
#include <stdio.h> #include <stddef.h> #include <ucontext.h> #include <asm/sigcontext.h> #define UC(N,X) \ printf ("#define LINUX_UC_" N "_OFF\t0x%X\n", offsetof (ucontext_t, X)) #define SC(N,X) \ printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X)) int main (void) { printf ( "/* Linu...
#include <stdio.h> #include <stddef.h> #include <ucontext.h> #include <asm/sigcontext.h> #define UC(N,X) \ printf ("#define LINUX_UC_" N "_OFF\t0x%X\n", offsetof (ucontext_t, X)) #define SC(N,X) \ printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X)) int main (void) { printf ( "/* Linu...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/inc/defaultallocator.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #ifndef _DEFAULTALLOCATOR_H_ #define _DEFAULTALLOCATOR_H_ // The "DefaultAllocator" class may be used by classes that wish to // provide the flexibility of using an "IAllocator" may...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #ifndef _DEFAULTALLOCATOR_H_ #define _DEFAULTALLOCATOR_H_ // The "DefaultAllocator" class may be used by classes that wish to // provide the flexibility of using an "IAllocator" may...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/tests/JIT/Directed/arglist/varargnative.c
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #include <stdarg.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #ifdef _MSC_VER #define DLLEXPORT __declspec(dllexport) #else #define DLLEXPORT __attribute__((visibil...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #include <stdarg.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #ifdef _MSC_VER #define DLLEXPORT __declspec(dllexport) #else #define DLLEXPORT __attribute__((visibil...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/native/libs/System.Security.Cryptography.Native/osslcompat_111.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Function prototypes unique to OpenSSL 1.1.x #pragma once #include "pal_types.h" #undef SSL_CTX_set_options #undef SSL_set_options #undef SSL_session_reused typedef struct ossl_...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Function prototypes unique to OpenSSL 1.1.x #pragma once #include "pal_types.h" #undef SSL_CTX_set_options #undef SSL_set_options #undef SSL_session_reused typedef struct ossl_...
-1
dotnet/runtime
65,967
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c
The Xamarin.iOS types were replaced by the BCL versions.
akoeplinger
2022-02-28T18:54:13Z
2022-03-04T15:32:56Z
51d11ebbaff4e967652e61b2b371e0d2f04c6fba
47191c04d8aeca28adbb6fd1ce0f878a87655aa4
[mono] Remove support for nint/nuint/nfloat from mini-native-types.c. The Xamarin.iOS types were replaced by the BCL versions.
./src/coreclr/pal/src/libunwind/src/ppc/Lis_signal_frame.c
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gis_signal_frame.c" #endif
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gis_signal_frame.c" #endif
-1