1 write to _owningMethodOrType
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (1)
30
_owningMethodOrType
= owningMethodOrType;
9 references to _owningMethodOrType
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (9)
37
TypeDesc type =
_owningMethodOrType
as TypeDesc;
45
MethodDesc method =
_owningMethodOrType
as MethodDesc;
54
if (
_owningMethodOrType
is TypeDesc)
61
Debug.Assert(
_owningMethodOrType
is MethodDesc);
94
public TypeSystemEntity OwningMethodOrType =>
_owningMethodOrType
;
159
if (
_owningMethodOrType
is MethodDesc)
161
templateLayout = factory.NativeLayout.TemplateMethodLayout((MethodDesc)
_owningMethodOrType
);
165
templateLayout = factory.NativeLayout.TemplateTypeLayout((TypeDesc)
_owningMethodOrType
);
180
protected override string GetName(NodeFactory factory) => $"Dictionary layout for {
_owningMethodOrType
}";