1 write to _associatedType
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\TypeGVMEntriesNode.cs (1)
50_associatedType = associatedType;
10 references to _associatedType
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\TypeGVMEntriesNode.cs (10)
53public TypeDesc AssociatedType => _associatedType; 59protected override string GetName(NodeFactory factory) => "__TypeGVMEntriesNode_" + factory.NameMangler.GetMangledTypeName(_associatedType); 81foreach (MethodDesc decl in _associatedType.EnumAllVirtualSlots()) 92MethodDesc impl = _associatedType.FindVirtualFunctionTargetMethodOnObjectType(decl); 94if (impl.OwningType == _associatedType) 101foreach (var iface in _associatedType.RuntimeInterfaces) 115_associatedType.ResolveInterfaceMethodToStaticVirtualMethodOnType(method) : _associatedType.ResolveInterfaceMethodTarget(method); 118resolution = _associatedType.ResolveInterfaceMethodToDefaultImplementationOnType(method, out slotDecl); 127yield return new InterfaceGVMEntryInfo(method, slotDecl, _associatedType, resolution);