2 writes to _dllImportData
System.Reflection.Emit (2)
System\Reflection\Emit\MethodBuilderImpl.cs (2)
81_dllImportData = DllImportData.Create(dllName, entryName, nativeCallConv, nativeCharSet); 185_dllImportData = DllImportData.Create(CustomAttributeInfo.DecodeCustomAttribute(con, binaryAttribute), out var preserveSig);
4 references to _dllImportData
System.Reflection.Emit (4)
System\Reflection\Emit\ModuleBuilderImpl.cs (4)
401if (method._dllImportData != null) 403AddMethodImport(handle, method._dllImportData.EntryPoint ?? method.Name, 404method._dllImportData.Flags, GetModuleReference(method._dllImportData.ModuleName));