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)
212if (_emitSymbols && string.IsNullOrEmpty(_outputPDBImage)) 319if (!Crossgen2IsVersion5 && _emitSymbols)