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)
20public DefType Type => _type; 31yield return new DependencyListEntry(factory.NecessaryTypeSymbol(_type), "Struct Marshalling Stub"); 35if (MarshalHelpers.IsStructMarshallingRequired(_type)) 37yield return new DependencyListEntry(factory.MethodEntrypoint(stateManager.GetStructMarshallingManagedToNativeThunk(_type)), "Struct Marshalling stub"); 38yield return new DependencyListEntry(factory.MethodEntrypoint(stateManager.GetStructMarshallingNativeToManagedThunk(_type)), "Struct Marshalling stub"); 39yield return new DependencyListEntry(factory.MethodEntrypoint(stateManager.GetStructMarshallingCleanupThunk(_type)), "Struct Marshalling stub"); 45return $"Struct marshaling data for {_type}";