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