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