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