1 write to _edgeInclusivePredicate
Microsoft.CodeAnalysis.Workspaces (1)
ContextIntervalTree.cs (1)
28
_edgeInclusivePredicate
= ContainsEdgeInclusive;
1 reference to _edgeInclusivePredicate
Microsoft.CodeAnalysis.Workspaces (1)
ContextIntervalTree.cs (1)
36
=> GetSmallestContainingIntervalWorker(start, length,
_edgeInclusivePredicate
);