3 references to IsEmpty
Microsoft.CodeAnalysis.CodeStyle (3)
ImmutableHashMap.cs (3)
83=> this.IsEmpty ? this : Empty.WithComparers(_keyComparer, _valueComparer); 126Contract.Ensures(!Contract.Result<ImmutableHashMap<TKey, TValue>>().IsEmpty); 535if (this.IsEmpty && !avoidToHashMap)