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)
37TypeDesc type = _owningMethodOrType as TypeDesc; 45MethodDesc method = _owningMethodOrType as MethodDesc; 54if (_owningMethodOrType is TypeDesc) 61Debug.Assert(_owningMethodOrType is MethodDesc); 94public TypeSystemEntity OwningMethodOrType => _owningMethodOrType; 159if (_owningMethodOrType is MethodDesc) 161templateLayout = factory.NativeLayout.TemplateMethodLayout((MethodDesc)_owningMethodOrType); 165templateLayout = factory.NativeLayout.TemplateTypeLayout((TypeDesc)_owningMethodOrType); 180protected override string GetName(NodeFactory factory) => $"Dictionary layout for {_owningMethodOrType}";