6 references to Wrap
Microsoft.CodeAnalysis.CodeStyle (6)
ImmutableHashMap.cs (6)
98return this.Wrap(vb); 102return this.Wrap(_root.Add(0, vb, _keyComparer, _valueComparer, false)); 130return this.Wrap(vb); 134return this.Wrap(_root.Add(0, vb, _keyComparer, _valueComparer, true)); 162return this.Wrap(_root.Remove(_keyComparer.GetHashCode(key), key, _keyComparer)); 189return this.Wrap(map);