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)
21
public DefType Type =>
_type
;
35
new DependencyListEntry(factory.NecessaryTypeSymbol(
_type
), "Delegate Marshalling Stub"),
36
new DependencyListEntry(factory.MethodEntrypoint(stateManager.GetOpenStaticDelegateMarshallingThunk(
_type
)), "Delegate Marshalling Stub"),
37
new DependencyListEntry(factory.MethodEntrypoint(stateManager.GetClosedDelegateMarshallingThunk(
_type
)), "Delegate Marshalling Stub"),
38
new DependencyListEntry(factory.MethodEntrypoint(stateManager.GetForwardDelegateCreationThunk(
_type
)), "Delegate Marshalling Stub"),
44
return $"Delegate marshaling data for {
_type
}";