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