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