2 references to IsComInterop
ILCompiler.Compiler (2)
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (2)
491
comDangerousMethod =
IsComInterop
(returnParamMetadata.MarshalAsDescriptor, calledMethod.Signature.ReturnType);
502
comDangerousMethod |=
IsComInterop
(marshalAsDescriptor, calledMethod.Signature[paramIndex]);