5 overrides of WithLocation
Microsoft.CodeAnalysis (5)
CommandLine\CommonCompiler.SuppressionDiagnostic.cs (1)
94
internal override Diagnostic
WithLocation
(Location location)
Diagnostic\Diagnostic.DiagnosticWithProgrammaticSuppression.cs (1)
108
internal override Diagnostic
WithLocation
(Location location)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (1)
179
internal override Diagnostic
WithLocation
(Location location)
Diagnostic\DiagnosticWithInfo.cs (1)
195
internal override Diagnostic
WithLocation
(Location location)
DiagnosticAnalyzer\CompilerDiagnosticAnalyzer.CompilationAnalyzer.cs (1)
122
internal override Diagnostic
WithLocation
(Location location)
2 references to WithLocation
Microsoft.CodeAnalysis (2)
Diagnostic\Diagnostic.DiagnosticWithProgrammaticSuppression.cs (1)
117
return new DiagnosticWithProgrammaticSuppression(_originalUnsuppressedDiagnostic.
WithLocation
(location), _programmaticSuppressionInfo);
DiagnosticAnalyzer\CompilerDiagnosticAnalyzer.CompilationAnalyzer.cs (1)
124
return new CompilerDiagnostic(_original.
WithLocation
(location), _properties);