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)
46dependencies.Add(factory.DelegateMarshallingData(delegateType), "Delegate marshalling"); 78dependencies.Add(factory.DelegateMarshallingData((DefType)type), "Delegate marshlling");