6 references to IsEmpty
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (4)
1623
Debug.Assert(rewrittenThrow.ChildOperations.
IsEmpty
());
1641
Debug.Assert(rewrittenThrow.ChildOperations.
IsEmpty
());
2930
Debug.Assert(rewrittenThrow.ChildOperations.
IsEmpty
());
3072
Debug.Assert(rewrittenThrow.ChildOperations.
IsEmpty
());
src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (2)
322
/// This method is necessary to avoid an ambiguity between <see cref="
IsEmpty
{T}(IReadOnlyCollection{T})"/> and <see cref="IsEmpty{T}(ICollection{T})"/>.
330
/// This method is necessary to avoid an ambiguity between <see cref="
IsEmpty
{T}(IReadOnlyCollection{T})"/> and <see cref="IsEmpty{T}(ICollection{T})"/>.