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