1 write to DllImportSearchPath
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\PInvokeModuleFixupNode.cs (1)
88
DllImportSearchPath
= dllImportSearchPath;
8 references to DllImportSearchPath
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\PInvokeModuleFixupNode.cs (8)
60
if (_pInvokeModuleData.
DllImportSearchPath
.HasValue)
62
dllImportSearchPath = (uint)_pInvokeModuleData.
DllImportSearchPath
.Value;
95
DllImportSearchPath
== other.
DllImportSearchPath
&&
120
return Nullable.Compare(
DllImportSearchPath
, other.
DllImportSearchPath
);
128
if (
DllImportSearchPath
.HasValue)
131
sb.Append(((int)
DllImportSearchPath
.Value).ToString());