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