1 write to Diagnostics
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\RemoveTagHelperChunkGenerator.cs (1)
27
Diagnostics
= diagnostics;
9 references to Diagnostics
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (5)
445
if (IsMalformed(removeTagHelperChunkGenerator.
Diagnostics
))
464
for (var i = 0; i < removeTagHelperChunkGenerator.
Diagnostics
.Count; i++)
466
directiveNode.AddDiagnostic(removeTagHelperChunkGenerator.
Diagnostics
[i]);
2085
removeTagHelper.
Diagnostics
.Add(
2169
removeTagHelper.
Diagnostics
.Add(
Language\Legacy\RemoveTagHelperChunkGenerator.cs (4)
45
Enumerable.SequenceEqual(
Diagnostics
, other.
Diagnostics
) &&
77
if (
Diagnostics
.Count > 0)
80
var ids = string.Join(", ",
Diagnostics
.Select(diagnostic => $"{diagnostic.Id}{diagnostic.Span}"));