1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\DelegateMarshallingDataNode.cs (1)
26_type = type;
6 references to _type
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\DelegateMarshallingDataNode.cs (6)
21public DefType Type => _type; 35new DependencyListEntry(factory.NecessaryTypeSymbol(_type), "Delegate Marshalling Stub"), 36new DependencyListEntry(factory.MethodEntrypoint(stateManager.GetOpenStaticDelegateMarshallingThunk(_type)), "Delegate Marshalling Stub"), 37new DependencyListEntry(factory.MethodEntrypoint(stateManager.GetClosedDelegateMarshallingThunk(_type)), "Delegate Marshalling Stub"), 38new DependencyListEntry(factory.MethodEntrypoint(stateManager.GetForwardDelegateCreationThunk(_type)), "Delegate Marshalling Stub"), 44return $"Delegate marshaling data for {_type}";