2 references to SegmentedDictionary
Microsoft.CodeAnalysis (2)
ImmutableSegmentedDictionary`2.cs (1)
73
public static readonly ImmutableSegmentedDictionary<TKey, TValue> Empty = new(new
SegmentedDictionary
<TKey, TValue>());
Syntax\SyntaxNodeExtensions_Tracking.cs (1)
202
var map = new
SegmentedDictionary
<SyntaxAnnotation, List<SyntaxNode>>();