2 references to _symbolsCompileList
Microsoft.NET.Build.Tasks (2)
PrepareForReadyToRunCompilation.cs (2)
44
public ITaskItem[] ReadyToRunSymbolsCompileList =>
_symbolsCompileList
.ToArray();
122
ProcessInputFileList(Assemblies, _compileList,
_symbolsCompileList
, _r2rFiles, _r2rReferences, _r2rCompositeReferences, _r2rCompositeInput, _r2rCompositeUnrootedInput, hasValidDiaSymReaderLib);