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