2 references to GetDocumentAndService
Microsoft.CodeAnalysis.EditorFeatures (2)
GoToDefinition\GoToDefinitionCommandHandler.cs (2)
63var (_, service, asyncService) = GetDocumentAndService(args.SubjectBuffer.CurrentSnapshot); 72var (document, service, asyncService) = GetDocumentAndService(subjectBuffer.CurrentSnapshot);