1 instantiation of GenericMethodDescriptorInfo
System.Private.CoreLib (1)
Internal\Runtime\CompilerServices\FunctionPointerOps.cs (1)
63var key = new GenericMethodDescriptorInfo
7 references to GenericMethodDescriptorInfo
System.Private.CoreLib (7)
Internal\Runtime\CompilerServices\FunctionPointerOps.cs (7)
20private struct GenericMethodDescriptorInfo : IEquatable<GenericMethodDescriptorInfo> 24if (!(obj is GenericMethodDescriptorInfo)) 27return Equals((GenericMethodDescriptorInfo)obj); 30public bool Equals(GenericMethodDescriptorInfo other) 52private static LowLevelDictionary<GenericMethodDescriptorInfo, IntPtr> s_genericFunctionPointerDictionary = new LowLevelDictionary<GenericMethodDescriptorInfo, IntPtr>(); 63var key = new GenericMethodDescriptorInfo