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