5 implementations of IsPlatformInvoke
Microsoft.CodeAnalysis (5)
Emit\EditAndContinue\DeletedPEMethodDefinition.cs (1)
59
public bool
IsPlatformInvoke
Emit\EditAndContinue\DeletedSourceMethodDefinition.cs (1)
49
public bool
IsPlatformInvoke
=> OldDefinition.IsPlatformInvoke;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
194
bool Cci.IMethodDefinition.
IsPlatformInvoke
=> PlatformInvokeData != null;
Emit\NoPia\VtblGap.cs (1)
73
bool Cci.IMethodDefinition.
IsPlatformInvoke
PEWriter\RootModuleStaticConstructor.cs (1)
55
public bool
IsPlatformInvoke
=> false;
4 references to IsPlatformInvoke
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\DeletedSourceMethodDefinition.cs (1)
49
public bool IsPlatformInvoke => OldDefinition.
IsPlatformInvoke
;
PEWriter\MetadataVisitor.cs (1)
314
if (!signatureOnly && method.
IsPlatformInvoke
)
PEWriter\MetadataWriter.cs (2)
1026
if (methodDef.
IsPlatformInvoke
)
2474
if (methodDef.IsEncDeleted || !methodDef.
IsPlatformInvoke
)