You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/coreclr/nativeaot/System.Private.Reflection.Execution/src/Internal/Reflection/Execution/ExecutionEnvironmentImplementation.MappingTables.cs
+4-30
Original file line number
Diff line number
Diff line change
@@ -227,28 +227,8 @@ public sealed override MethodBaseInvoker TryGetMethodInvokerNoConstraintCheck(Ru
Copy file name to clipboardexpand all lines: src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/CanonicallyEquivalentEntryLocator.cs
+7-10
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,8 @@ public struct CanonicallyEquivalentEntryLocator
Copy file name to clipboardexpand all lines: src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs
-2
Original file line number
Diff line number
Diff line change
@@ -247,8 +247,6 @@ public bool TryGetGenericVirtualMethodPointer(InstantiatedMethod method, out Int
247
247
{
248
248
if(!method.CanShareNormalGenericCode())
249
249
{
250
-
// First see if we can find an exact method implementation for the GVM (avoid using USG implementations if we can,
Copy file name to clipboardexpand all lines: src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.FieldAccess.cs
+5-46
Original file line number
Diff line number
Diff line change
@@ -41,58 +41,21 @@ public struct FieldAccessMetadata
41
41
42
42
publicsealedpartialclassTypeLoaderEnvironment
43
43
{
44
-
/// <summary>
45
-
/// Try to look up field access info for given canon in metadata blobs for all available modules.
46
-
/// </summary>
47
-
/// <param name="metadataReader">Metadata reader for the declaring type</param>
48
-
/// <param name="runtimeTypeHandle">Declaring type for the method</param>
0 commit comments