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)
725
if (
_owningMethodOrType
is MethodDesc owningMethod)
732
TypeDesc owningType = (TypeDesc)
_owningMethodOrType
;
750
new DependencyListEntry(context.NativeLayout.TypeSignatureVertex((TypeDesc)
_owningMethodOrType
), "DeclaringType signature"),
751
new DependencyListEntry(context.GenericDictionaryLayout(
_owningMethodOrType
), "Dictionary Layout")
758
new DependencyListEntry(context.GenericDictionaryLayout(
_owningMethodOrType
), "Dictionary Layout")
769
DictionaryLayoutNode associatedLayout = factory.GenericDictionaryLayout(
_owningMethodOrType
);
786
signature = nativeWriter.GetTuple(factory.NativeLayout.TypeSignatureVertex((TypeDesc)
_owningMethodOrType
).WriteVertex(factory), sequence);
797
protected override string GetName(NodeFactory factory) => $"Dictionary layout signature for {
_owningMethodOrType
}";