1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\InterfaceDispatchMapNode.cs (1)
27_type = type;
5 references to _type
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\InterfaceDispatchMapNode.cs (5)
34sb.Append(nameMangler.CompilationUnitPrefix).Append("__InterfaceDispatchMap_"u8).Append(nameMangler.SanitizeName(nameMangler.GetMangledTypeName(_type))); 55foreach (TypeDesc runtimeInterface in _type.RuntimeInterfaces) 141DefType declType = _type.GetClosestDefType(); 351return comparer.Compare(_type, ((InterfaceDispatchMapNode)other)._type);