2 references to DllImportSearchPathAndCookie
System.Private.CoreLib (2)
Internal\Runtime\CompilerHelpers\InteropHelpers.cs (2)
296bool hasDllImportSearchPath = (pCell->DllImportSearchPathAndCookie & InteropDataConstants.HasDllImportSearchPath) != 0; 299dllImportSearchPath = pCell->DllImportSearchPathAndCookie & ~InteropDataConstants.HasDllImportSearchPath;