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