2 references to DllImportData
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (1)
3409
return new
DllImportData
(moduleName, entryPointName, flags);
Symbols\Attributes\CommonMethodWellKnownAttributeData.cs (1)
69
_platformInvokeInfo = new
DllImportData
(moduleName, entryPointName, flags);