1 write to ApplicableSpan
Microsoft.CodeAnalysis.Features (1)
SignatureHelp\SignatureHelpItems.cs (1)
95ApplicableSpan = applicableSpan;
7 references to ApplicableSpan
Microsoft.CodeAnalysis.EditorFeatures (2)
SignatureHelp\Controller.Session_ComputeModel.cs (2)
100currentModel.GetCurrentSpanInSubjectBuffer(disconnectedBufferGraph.SubjectBufferSnapshot).Span.Start == items.ApplicableSpan.Start && 115items.ApplicableSpan,
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
SignatureHelp\AbstractSignatureHelpProviderTests.cs (1)
414Assert.Equal(textSpan, items.ApplicableSpan);
Microsoft.CodeAnalysis.Features (4)
SignatureHelp\AbstractSignatureHelpProvider.cs (1)
299itemsForCurrentDocument.ApplicableSpan,
SignatureHelp\SignatureHelpService.cs (3)
83if (items is null || !items.ApplicableSpan.IntersectsWith(position)) 96if (bestItems is not null && items.ApplicableSpan.Start < bestItems.ApplicableSpan.Start)