42 references to WithDiagnostics
Microsoft.CodeAnalysis.Razor.Compiler (42)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (41)
50newNode = newNode.WithDiagnostics(diagnostics); 88newNode = newNode.WithDiagnostics(diagnostics); 134newNode = newNode.WithDiagnostics(diagnostics); 173newNode = newNode.WithDiagnostics(diagnostics); 219newNode = newNode.WithDiagnostics(diagnostics); 266newNode = newNode.WithDiagnostics(diagnostics); 312newNode = newNode.WithDiagnostics(diagnostics); 358newNode = newNode.WithDiagnostics(diagnostics); 404newNode = newNode.WithDiagnostics(diagnostics); 443newNode = newNode.WithDiagnostics(diagnostics); 496newNode = newNode.WithDiagnostics(diagnostics); 565newNode = newNode.WithDiagnostics(diagnostics); 608newNode = newNode.WithDiagnostics(diagnostics); 659newNode = newNode.WithDiagnostics(diagnostics); 709newNode = newNode.WithDiagnostics(diagnostics); 857newNode = newNode.WithDiagnostics(diagnostics); 918newNode = newNode.WithDiagnostics(diagnostics); 985newNode = newNode.WithDiagnostics(diagnostics); 1060newNode = newNode.WithDiagnostics(diagnostics); 1121newNode = newNode.WithDiagnostics(diagnostics); 1186newNode = newNode.WithDiagnostics(diagnostics); 1273newNode = newNode.WithDiagnostics(diagnostics); 1334newNode = newNode.WithDiagnostics(diagnostics); 1373newNode = newNode.WithDiagnostics(diagnostics); 1456newNode = newNode.WithDiagnostics(diagnostics); 1534newNode = newNode.WithDiagnostics(diagnostics); 1586newNode = newNode.WithDiagnostics(diagnostics); 1625newNode = newNode.WithDiagnostics(diagnostics); 1669newNode = newNode.WithDiagnostics(diagnostics); 1715newNode = newNode.WithDiagnostics(diagnostics); 1761newNode = newNode.WithDiagnostics(diagnostics); 1800newNode = newNode.WithDiagnostics(diagnostics); 1869newNode = newNode.WithDiagnostics(diagnostics); 1925newNode = newNode.WithDiagnostics(diagnostics); 1982newNode = newNode.WithDiagnostics(diagnostics); 2038newNode = newNode.WithDiagnostics(diagnostics); 2095newNode = newNode.WithDiagnostics(diagnostics); 2133newNode = newNode.WithDiagnostics(diagnostics); 2196newNode = newNode.WithDiagnostics(diagnostics); 2250newNode = newNode.WithDiagnostics(diagnostics); 2303newNode = newNode.WithDiagnostics(diagnostics);
Language\Syntax\SyntaxNodeExtensions.cs (1)
26return node.WithDiagnostics(allDiagnostics);