3 references to new
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\Utilities\BidirectionalMap.cs (3)
39return new(forward, reverse); 65return new BidirectionalMap<T>(forward, reverse); 72=> new(match.Matches, match.ReverseMatches);