1 write to ApplicableSpan
Microsoft.CodeAnalysis.Features (1)
SignatureHelp\SignatureHelpItems.cs (1)
98ApplicableSpan = applicableSpan;
12 references to ApplicableSpan
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (5)
Controller.Session_ComputeModel.cs (5)
102currentModel.GetCurrentSpanInSubjectBuffer(disconnectedBufferGraph.SubjectBufferSnapshot).Span.Start == items.ApplicableSpan.Start && 115var model = new Model(disconnectedBufferGraph, items.ApplicableSpan, provider, 198if (currentItems != null && currentItems.ApplicableSpan.IntersectsWith(caretPosition.Position)) 208if (IsBetter(bestItems, currentItems.ApplicableSpan)) 235return currentTextSpan.Value.Start > bestItems.ApplicableSpan.Start;
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
SignatureHelp\AbstractSignatureHelpProviderTests.cs (1)
415Assert.Equal(textSpan, items.ApplicableSpan);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (5)
SignatureHelp\Controller.Session_ComputeModel.cs (5)
102currentModel.GetCurrentSpanInSubjectBuffer(disconnectedBufferGraph.SubjectBufferSnapshot).Span.Start == items.ApplicableSpan.Start && 115var model = new Model(disconnectedBufferGraph, items.ApplicableSpan, provider, 198if (currentItems != null && currentItems.ApplicableSpan.IntersectsWith(caretPosition.Position)) 208if (IsBetter(bestItems, currentItems.ApplicableSpan)) 235return currentTextSpan.Value.Start > bestItems.ApplicableSpan.Start;
Microsoft.CodeAnalysis.Features (1)
SignatureHelp\AbstractSignatureHelpProvider.cs (1)
297finalItems, itemsForCurrentDocument.ApplicableSpan,