2 references to new
Microsoft.CodeAnalysis.CodeStyle (2)
FormattingContext.cs (1)
44private readonly SegmentedDictionary<SyntaxToken, AnchorData> _anchorBaseTokenMap = new();
ImmutableSegmentedDictionary`2.cs (1)
73public static readonly ImmutableSegmentedDictionary<TKey, TValue> Empty = new(new SegmentedDictionary<TKey, TValue>());