12 references to _document
Microsoft.CodeAnalysis.Features (12)
ExtractClass\ExtractClassWithDialogCodeAction.cs (12)
56=> _service is not null || _document.Project.Solution.Services.GetService<IExtractClassOptionsService>() is not null; 60var extractClassService = _service ?? _document.Project.Solution.Services.GetRequiredService<IExtractClassOptionsService>(); 62_document, _selectedType, _selectedMembers, _formattingOptions, cancellationToken); 74var codeGenerator = _document.GetRequiredLanguageService<ICodeGenerationService>(); 77_document.Project.Solution, 81var namespaceService = _document.GetRequiredLanguageService<AbstractExtractInterfaceService>(); 96_document.Project.CompilationOptions!); 103symbolMapping.AnnotatedSolution.GetRequiredDocument(_document.Id), 111_document.Project.Id, 112_document.Folders, 114_document, 211var updatedOriginalDocument = solution.GetRequiredDocument(_document.Id);