1 write to DiagnosticSpan
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\FixAllState.cs (1)
42DiagnosticSpan = diagnosticSpan;
2 references to DiagnosticSpan
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (1)
49var diagnosticSpan = fixAllContext.State.DiagnosticSpan;
CodeFixes\FixAllOccurrences\FixAllState.cs (1)
52DiagnosticSpan,