Base:
property
IsPInvoke
Internal.TypeSystem.MethodDesc.IsPInvoke
3 references to IsPInvoke
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (2)
242
if (method.
IsPInvoke
)
277
if (method.
IsPInvoke
)
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
469
if (!
IsPInvoke
)