1 write to _owningMethodOrType
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
720_owningMethodOrType = owningMethodOrType;
8 references to _owningMethodOrType
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (8)
725if (_owningMethodOrType is MethodDesc owningMethod) 732TypeDesc owningType = (TypeDesc)_owningMethodOrType; 750new DependencyListEntry(context.NativeLayout.TypeSignatureVertex((TypeDesc)_owningMethodOrType), "DeclaringType signature"), 751new DependencyListEntry(context.GenericDictionaryLayout(_owningMethodOrType), "Dictionary Layout") 758new DependencyListEntry(context.GenericDictionaryLayout(_owningMethodOrType), "Dictionary Layout") 769DictionaryLayoutNode associatedLayout = factory.GenericDictionaryLayout(_owningMethodOrType); 786signature = nativeWriter.GetTuple(factory.NativeLayout.TypeSignatureVertex((TypeDesc)_owningMethodOrType).WriteVertex(factory), sequence); 797protected override string GetName(NodeFactory factory) => $"Dictionary layout signature for {_owningMethodOrType}";