7 references to IsEmpty
Microsoft.CodeAnalysis.CodeStyle (3)
src\Analyzers\Core\Analyzers\Helpers\DiagnosticHelper.cs (1)
213
Contract.ThrowIfTrue(tagIndices.
IsEmpty
());
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.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxNodeExtensions.cs (1)
653
result = [.. result.Where(group => !group.
IsEmpty
())];
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (3)
93
if (modifierTokens.
IsEmpty
())
291
if (modifierTokens.
IsEmpty
())
588
if (modifierTokens.
IsEmpty
())