4 references to new
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\Utilities\BidirectionalMap.cs (4)
17public static readonly BidirectionalMap<T> Empty = new(SpecializedCollections.EmptyReadOnlyDictionary<T, T>(), SpecializedCollections.EmptyReadOnlyDictionary<T, T>()); 39return new(forward, reverse); 65return new BidirectionalMap<T>(forward, reverse); 72=> new(match.Matches, match.ReverseMatches);