15 references to TupleNamesMismatch
Microsoft.CodeAnalysis.VisualBasic (15)
Symbols\MethodSignatureComparer.vb (11)
63TupleNamesMismatch 78TupleNamesMismatch 89TupleNamesMismatch 343If (comparisons And (SymbolComparisonResults.ReturnTypeMismatch Or SymbolComparisonResults.CustomModifierMismatch Or SymbolComparisonResults.TupleNamesMismatch)) <> 0 Then 464If (comparisons And SymbolComparisonResults.TupleNamesMismatch) <> 0 AndAlso 466result = result Or SymbolComparisonResults.TupleNamesMismatch 467If (stopIfAny And SymbolComparisonResults.TupleNamesMismatch) <> 0 Then 548SymbolComparisonResults.TupleNamesMismatch)) <> 0 Then 587If (comparisons And SymbolComparisonResults.TupleNamesMismatch) <> 0 AndAlso 591results = results Or SymbolComparisonResults.TupleNamesMismatch 592If (stopIfAny And SymbolComparisonResults.TupleNamesMismatch) <> 0 Then
Symbols\PropertySignatureComparer.vb (1)
179If (comparisons And (SymbolComparisonResults.ReturnTypeMismatch Or SymbolComparisonResults.CustomModifierMismatch Or SymbolComparisonResults.TupleNamesMismatch)) <> 0 Then
Symbols\Source\ImplementsHelper.vb (1)
418Return MembersAreMatching(implementingSym, implementedSym, SymbolComparisonResults.TupleNamesMismatch, EventSignatureComparer.ExplicitEventImplementationWithTupleNamesComparer)
Symbols\Source\OverrideHidingHelper.vb (1)
898ElseIf member.ContainsTupleNames() AndAlso (comparisonResults And SymbolComparisonResults.TupleNamesMismatch) <> 0 Then
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
3852If (comparisonResults And SymbolComparisonResults.TupleNamesMismatch) <> 0 Then