3 implementations of IsUnmanagedCallersOnly
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\AddressTakenMethodNode.cs (1)
36
public override bool
IsUnmanagedCallersOnly
=> Method.IsUnmanagedCallersOnly;
Compiler\DependencyAnalysis\JumpStubNode.cs (1)
26
public abstract bool
IsUnmanagedCallersOnly
{ get; }
parent\parent\Common\Compiler\DependencyAnalysis\INodeWithTypeSignature.cs (1)
18
bool INodeWithTypeSignature.
IsUnmanagedCallersOnly
=> Method.IsUnmanagedCallersOnly;
1 reference to IsUnmanagedCallersOnly
ILCompiler.Compiler (1)
parent\parent\Common\JitInterface\WasmLowering.cs (1)
618
if (node.
IsUnmanagedCallersOnly
)