6 references to IsEmpty
Microsoft.CodeAnalysis (6)
InternalUtilities\EnumerableExtensions.cs (2)
323/// This method is necessary to avoid an ambiguity between <see cref="IsEmpty{T}(IReadOnlyCollection{T})"/> and <see cref="IsEmpty{T}(ICollection{T})"/>. 331/// This method is necessary to avoid an ambiguity between <see cref="IsEmpty{T}(IReadOnlyCollection{T})"/> and <see cref="IsEmpty{T}(ICollection{T})"/>.
Operations\ControlFlowGraphBuilder.cs (4)
1617Debug.Assert(rewrittenThrow.ChildOperations.IsEmpty()); 1635Debug.Assert(rewrittenThrow.ChildOperations.IsEmpty()); 2924Debug.Assert(rewrittenThrow.ChildOperations.IsEmpty()); 3066Debug.Assert(rewrittenThrow.ChildOperations.IsEmpty());