1 write to GenericMethod
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
468
cell = new MethodDictionaryCell {
GenericMethod
= (InstantiatedMethod)genericMethod };
4 references to GenericMethod
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (4)
268
if (
GenericMethod
.IsCanonicalMethod(CanonicalFormKind.Any))
271
builder.PrepareMethod(
GenericMethod
);
276
Debug.Assert(
GenericMethod
.RuntimeMethodDictionary != IntPtr.Zero);
277
return
GenericMethod
.RuntimeMethodDictionary;