2 implementations of State
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
73
IFixAllState IFixAllContext.
State
=> this.State;
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
66
IFixAllState IFixAllContext.
State
=> this.State;
16 references to State
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (7)
FixAllGetFixesService.cs (7)
58
codeAction, showPreviewChangesDialog, fixAllContext.ProgressTracker, fixAllContext.
State
, fixAllContext.CancellationToken).ConfigureAwait(false);
63
var fixAllKind = fixAllContext.
State
.FixAllKind;
75
m[FixAllLogger.CorrelationId] = fixAllContext.
State
.CorrelationId;
76
m[FixAllLogger.FixAllScope] = fixAllContext.
State
.Scope.ToString();
87
FixAllLogger.LogComputationResult(fixAllKind, fixAllContext.
State
.CorrelationId, completed: false);
93
FixAllLogger.LogComputationResult(fixAllKind, fixAllContext.
State
.CorrelationId, completed: true);
97
FixAllLogger.LogComputationResult(fixAllKind, fixAllContext.
State
.CorrelationId, completed: false, timedOut: true);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (7)
Suggestions\FixAll\FixAllGetFixesService.cs (7)
58
codeAction, showPreviewChangesDialog, fixAllContext.ProgressTracker, fixAllContext.
State
, fixAllContext.CancellationToken).ConfigureAwait(false);
63
var fixAllKind = fixAllContext.
State
.FixAllKind;
75
m[FixAllLogger.CorrelationId] = fixAllContext.
State
.CorrelationId;
76
m[FixAllLogger.FixAllScope] = fixAllContext.
State
.Scope.ToString();
87
FixAllLogger.LogComputationResult(fixAllKind, fixAllContext.
State
.CorrelationId, completed: false);
93
FixAllLogger.LogComputationResult(fixAllKind, fixAllContext.
State
.CorrelationId, completed: true);
97
FixAllLogger.LogComputationResult(fixAllKind, fixAllContext.
State
.CorrelationId, completed: false, timedOut: true);
Microsoft.CodeAnalysis.Workspaces (2)
CodeActionOptions.cs (1)
173
=> context.
State
.CodeActionOptionsProvider;
CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs (1)
39
var fixAllKind = originalFixAllContext.
State
.FixAllKind;