5 references to IsEmpty
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (2)
240
/// This method is necessary to avoid an ambiguity between <see cref="IsEmpty{T}(IReadOnlyCollection{T})"/> and <see cref="
IsEmpty
{T}(ICollection{T})"/>.
248
/// This method is necessary to avoid an ambiguity between <see cref="IsEmpty{T}(IReadOnlyCollection{T})"/> and <see cref="
IsEmpty
{T}(ICollection{T})"/>.
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamespaceSymbol.AliasesAndUsings.cs (1)
771
Debug.Assert(directiveDiagnostics.DependenciesBag.
IsEmpty
());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
DeclarationTests.cs (2)
123
Assert.True(table.TypeNames.
IsEmpty
());
251
Assert.True(table.TypeNames.
IsEmpty
());