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)
34
sb.Append(nameMangler.CompilationUnitPrefix).Append("__InterfaceDispatchMap_"u8).Append(nameMangler.SanitizeName(nameMangler.GetMangledTypeName(
_type
)));
55
foreach (TypeDesc runtimeInterface in
_type
.RuntimeInterfaces)
141
DefType declType =
_type
.GetClosestDefType();
351
return comparer.Compare(
_type
, ((InterfaceDispatchMapNode)other).
_type
);