1 write to _edgeExclusivePredicate
Microsoft.CodeAnalysis.Workspaces (1)
ContextIntervalTree.cs (1)
27
_edgeExclusivePredicate
= ContainsEdgeExclusive;
1 reference to _edgeExclusivePredicate
Microsoft.CodeAnalysis.Workspaces (1)
ContextIntervalTree.cs (1)
33
=> GetSmallestContainingIntervalWorker(start, length,
_edgeExclusivePredicate
);