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