2 overrides of TypeGenericDictionary
ILCompiler.Compiler (2)
Compiler\UnixNodeMangler.cs (1)
53
public sealed override Utf8String
TypeGenericDictionary
(TypeDesc type)
Compiler\WindowsNodeMangler.cs (1)
76
public sealed override Utf8String
TypeGenericDictionary
(TypeDesc type)
1 reference to TypeGenericDictionary
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericDictionaryNode.cs (1)
101
sb.Append(nameMangler.NodeMangler.
TypeGenericDictionary
(_owningType));