1 write to _emitSymbols
Crossgen2Tasks (1)
RunReadyToRunCompiler.cs (1)
83
_emitSymbols
= !string.IsNullOrEmpty(emitSymbolsMetadata) && bool.Parse(emitSymbolsMetadata);
2 references to _emitSymbols
Crossgen2Tasks (2)
RunReadyToRunCompiler.cs (2)
212
if (
_emitSymbols
&& string.IsNullOrEmpty(_outputPDBImage))
319
if (!Crossgen2IsVersion5 &&
_emitSymbols
)