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