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