1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\StructMarshallingDataNode.cs (1)
24
_type
= type;
7 references to _type
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\StructMarshallingDataNode.cs (7)
20
public DefType Type =>
_type
;
31
yield return new DependencyListEntry(factory.NecessaryTypeSymbol(
_type
), "Struct Marshalling Stub");
35
if (MarshalHelpers.IsStructMarshallingRequired(
_type
))
37
yield return new DependencyListEntry(factory.MethodEntrypoint(stateManager.GetStructMarshallingManagedToNativeThunk(
_type
)), "Struct Marshalling stub");
38
yield return new DependencyListEntry(factory.MethodEntrypoint(stateManager.GetStructMarshallingNativeToManagedThunk(
_type
)), "Struct Marshalling stub");
39
yield return new DependencyListEntry(factory.MethodEntrypoint(stateManager.GetStructMarshallingCleanupThunk(
_type
)), "Struct Marshalling stub");
45
return $"Struct marshaling data for {
_type
}";