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