6 references to ArityMismatch
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\MethodSignatureComparer.vb (5)
324
If (comparisons And SymbolComparisonResults.
ArityMismatch
) <> 0 Then
326
results = results Or SymbolComparisonResults.
ArityMismatch
327
If (stopIfAny And SymbolComparisonResults.
ArityMismatch
) <> 0 Then
393
Debug.Assert((comparisons And SymbolComparisonResults.
ArityMismatch
) <> 0)
395
If ((results And SymbolComparisonResults.
ArityMismatch
) = 0) AndAlso
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
1951
Dim options = SymbolComparisonResults.
ArityMismatch
Or SymbolComparisonResults.ConstraintMismatch