2 references to PlatformInvokeData
Microsoft.CodeAnalysis (2)
Emit\NoPia\CommonEmbeddedMethod.cs (2)
195
bool Cci.IMethodDefinition.IsPlatformInvoke =>
PlatformInvokeData
!= null;
197
Cci.IPlatformInvokeInformation Cci.IMethodDefinition.PlatformInvokeData =>
PlatformInvokeData
;