Implemented interface members:
method
Overlaps
System.Collections.Generic.ISet<T>.Overlaps(System.Collections.Generic.IEnumerable<T>)
method
Overlaps
System.Collections.Generic.IReadOnlySet<T>.Overlaps(System.Collections.Generic.IEnumerable<T>)
4 references to Overlaps
Microsoft.CodeAnalysis (1)
Collections\OrderedSet.cs (1)
102
=> _set.
Overlaps
(other);
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (2)
331
(closure.CapturedVariables.
Overlaps
(scope.DeclaredVariables) ||
332
closure.CapturedVariables.
Overlaps
(closures.Select(c => c.OriginalMethodSymbol))))
Microsoft.DotNet.XUnitAssert.Tests (1)
Utility\ReadOnlySet.cs (1)
23
public bool Overlaps(IEnumerable<T> other) => hashSet.
Overlaps
(other);