4 references to SetEqualsWithoutIntermediateHashSet
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
3389!sourceSig.GetCallingConventionModifiers().SetEqualsWithoutIntermediateHashSet(destinationSig.GetCallingConventionModifiers()))
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
1924({ } sourceModifiers, { } targetModifiers) when sourceModifiers.SetEqualsWithoutIntermediateHashSet(targetModifiers) => true,
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
737&& !GetCallingConventionModifiers().SetEqualsWithoutIntermediateHashSet(other.GetCallingConventionModifiers()))
Utilities\ValueSetFactory.EnumeratedValueSet.cs (1)
170&& this._membersIncludedOrExcluded.SetEqualsWithoutIntermediateHashSet(other._membersIncludedOrExcluded);