11 references to _document
Microsoft.CodeAnalysis.Features (11)
src\Analyzers\Core\CodeFixes\ImplementAbstractClass\ImplementAbstractClassData.cs (11)
85
var compilation = await
_document
.Project.GetRequiredCompilationAsync(cancellationToken).ConfigureAwait(false);
106
var info = await
_document
.GetCodeGenerationInfoAsync(context, cancellationToken).ConfigureAwait(false);
114
var root = await
_document
.GetRequiredSyntaxRootAsync(cancellationToken).ConfigureAwait(false);
117
return
_document
.WithSyntaxRoot(newRoot);
139
var syntaxFacts =
_document
.GetRequiredLanguageService<ISyntaxFactsService>();
173
var syntaxFacts =
_document
.GetRequiredLanguageService<ISyntaxFactsService>();
174
var generator = SyntaxGenerator.GetGenerator(
_document
);
202
var generator =
_document
.GetRequiredLanguageService<Microsoft.CodeAnalysis.Editing.SyntaxGenerator>();
234
var generator =
_document
.GetRequiredLanguageService<Microsoft.CodeAnalysis.Editing.SyntaxGenerator>();
248
var generator =
_document
.GetRequiredLanguageService<Microsoft.CodeAnalysis.Editing.SyntaxGenerator>();
266
_document
,