2 references to new
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
1433return new BidirectionalMap<SyntaxNode>(map, reverseMap);
EditAndContinue\BidirectionalMap.cs (1)
39=> new(match.Matches, match.ReverseMatches);