11 references to _document
Microsoft.CodeAnalysis.CodeStyle.Fixes (11)
src\roslyn\src\Analyzers\Core\CodeFixes\ImplementAbstractClass\ImplementAbstractClassData.cs (11)
88var compilation = await _document.Project.GetRequiredCompilationAsync(cancellationToken).ConfigureAwait(false); 109var info = await _document.GetCodeGenerationInfoAsync(context, cancellationToken).ConfigureAwait(false); 117var root = await _document.GetRequiredSyntaxRootAsync(cancellationToken).ConfigureAwait(false); 120return _document.WithSyntaxRoot(newRoot); 142var syntaxFacts = _document.GetRequiredLanguageService<ISyntaxFactsService>(); 176var syntaxFacts = _document.GetRequiredLanguageService<ISyntaxFactsService>(); 177var generator = SyntaxGenerator.GetGenerator(_document); 205var generator = _document.GetRequiredLanguageService<Microsoft.CodeAnalysis.Editing.SyntaxGenerator>(); 237var generator = _document.GetRequiredLanguageService<Microsoft.CodeAnalysis.Editing.SyntaxGenerator>(); 251var generator = _document.GetRequiredLanguageService<Microsoft.CodeAnalysis.Editing.SyntaxGenerator>(); 269_document,