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