4 references to GetDelegatePInvokeFlags
ILCompiler.Compiler (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\Stubs\DelegateMarshallingMethodThunk.cs (1)
139
flags = ecmaType.
GetDelegatePInvokeFlags
();
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (1)
40
_flags = ((EcmaType)delegateMethod.DelegateType.GetTypeDefinition()).
GetDelegatePInvokeFlags
();
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\UnmanagedCallingConventions.cs (1)
144
MethodSignatureFlags unmanagedCallConv = ecmaDelegate.
GetDelegatePInvokeFlags
().UnmanagedCallingConvention;
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\UnmanagedCallingConventions.cs (1)
144
MethodSignatureFlags unmanagedCallConv = ecmaDelegate.
GetDelegatePInvokeFlags
().UnmanagedCallingConvention;