3 references to IsEmpty
Microsoft.CodeAnalysis.CodeStyle (3)
src\Analyzers\Core\Analyzers\Helpers\DiagnosticHelper.cs (1)
214Contract.ThrowIfTrue(tagIndices.IsEmpty());
src\Compilers\Core\Portable\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})"/>.