5 references to DiaSymReader
Microsoft.NET.Build.Tasks (5)
RunReadyToRunCompiler.cs (5)
168if (!string.IsNullOrEmpty(DiaSymReader) && !File.Exists(DiaSymReader)) 170Log.LogError(Strings.DiaSymReaderLibraryNotFound, DiaSymReader); 279if (!string.IsNullOrEmpty(DiaSymReader)) 281result.AppendLine($"/DiasymreaderPath \"{DiaSymReader}\"");