4 references to DelegateMarshallingData
ILCompiler.Compiler (4)
Compiler\Dataflow\HandleCallAction.cs (1)
336
_reflectionMarker.Dependencies.Add(_reflectionMarker.Factory.
DelegateMarshallingData
((DefType)systemTypeValue.RepresentedType.Type), "Marshal API");
Compiler\RootingServiceProvider.cs (1)
154
_rootAdder(_factory.
DelegateMarshallingData
(type), reason);
Compiler\UsageBasedInteropStubManager.cs (2)
46
dependencies.Add(factory.
DelegateMarshallingData
(delegateType), "Delegate marshalling");
78
dependencies.Add(factory.
DelegateMarshallingData
((DefType)type), "Delegate marshlling");