11 references to _document
Microsoft.CodeAnalysis.CodeStyle.Fixes (11)
src\Analyzers\Core\CodeFixes\ImplementAbstractClass\ImplementAbstractClassData.cs (11)
91
var compilation = await
_document
.Project.GetRequiredCompilationAsync(cancellationToken).ConfigureAwait(false);
112
var info = await
_document
.GetCodeGenerationInfoAsync(context, cancellationToken).ConfigureAwait(false);
120
var root = await
_document
.GetRequiredSyntaxRootAsync(cancellationToken).ConfigureAwait(false);
123
return
_document
.WithSyntaxRoot(newRoot);
145
var syntaxFacts =
_document
.GetRequiredLanguageService<ISyntaxFactsService>();
179
var syntaxFacts =
_document
.GetRequiredLanguageService<ISyntaxFactsService>();
180
var generator = SyntaxGenerator.GetGenerator(
_document
);
208
var generator =
_document
.GetRequiredLanguageService<Microsoft.CodeAnalysis.Editing.SyntaxGenerator>();
240
var generator =
_document
.GetRequiredLanguageService<Microsoft.CodeAnalysis.Editing.SyntaxGenerator>();
254
var generator =
_document
.GetRequiredLanguageService<Microsoft.CodeAnalysis.Editing.SyntaxGenerator>();
272
_document
,