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