3 references to StructMarshallingData
ILCompiler.Compiler (3)
Compiler\Dataflow\HandleCallAction.cs (1)
303
_reflectionMarker.Dependencies.Add(_reflectionMarker.Factory.
StructMarshallingData
((DefType)systemTypeValue.RepresentedType.Type), "Marshal API");
Compiler\RootingServiceProvider.cs (1)
159
_rootAdder(_factory.
StructMarshallingData
(type), reason);
Compiler\UsageBasedInteropStubManager.cs (1)
86
dependencies.Add(factory.
StructMarshallingData
(defType), "Struct marshalling");