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