3 references to BuildDictionary
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\TypeBuilder.cs (3)
329
method.SetGenericDictionary(new GenericMethodDictionary(GenericDictionaryCell.
BuildDictionary
(this, context, methodInfoParser.GetParserFromRelativeOffset())));
414
state.Dictionary = new GenericTypeDictionary(GenericDictionaryCell.
BuildDictionary
(this, context, typeInfoParser.GetParserFromRelativeOffset()));
1092
GenericTypeDictionary ucgDict = new GenericTypeDictionary(GenericDictionaryCell.
BuildDictionary
(this, nlilContext, parser));