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)
405
if (method.
_dllImportData
!= null)
407
AddMethodImport(handle, method.
_dllImportData
.EntryPoint ?? method.Name,
408
method.
_dllImportData
.Flags, GetModuleReference(method.
_dllImportData
.ModuleName));