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