1 write to GenericMethod
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
516
cell = new MethodDictionaryCell {
GenericMethod
= (InstantiatedMethod)genericMethod };
4 references to GenericMethod
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (4)
308
if (
GenericMethod
.IsCanonicalMethod(CanonicalFormKind.Any))
311
builder.PrepareMethod(
GenericMethod
);
316
Debug.Assert(
GenericMethod
.RuntimeMethodDictionary != IntPtr.Zero);
317
return
GenericMethod
.RuntimeMethodDictionary;