1 write to _arrayType
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ArrayInterfaceMethodsNode.cs (1)
30_arrayType = arrayType;
4 references to _arrayType
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ArrayInterfaceMethodsNode.cs (4)
33public ArrayType ArrayType => _arrayType; 51TypeDesc elementType = _arrayType.ElementType; 53foreach (DefType interfaceType in _arrayType.RuntimeInterfaces) 82protected override string GetName(NodeFactory factory) => $"Array interface methods on {_arrayType}";