9 references to ReturnTypeMismatch
Microsoft.CodeAnalysis.VisualBasic (9)
Symbols\MethodSignatureComparer.vb (4)
69
ReturnTypeMismatch
Or
343
If (comparisons And (SymbolComparisonResults.
ReturnTypeMismatch
Or SymbolComparisonResults.CustomModifierMismatch Or SymbolComparisonResults.TupleNamesMismatch)) <> 0 Then
452
Return SymbolComparisonResults.
ReturnTypeMismatch
459
Return SymbolComparisonResults.
ReturnTypeMismatch
Symbols\PropertySignatureComparer.vb (1)
179
If (comparisons And (SymbolComparisonResults.
ReturnTypeMismatch
Or SymbolComparisonResults.CustomModifierMismatch Or SymbolComparisonResults.TupleNamesMismatch)) <> 0 Then
Symbols\Source\OverrideHidingHelper.vb (1)
882
ElseIf (comparisonResults And SymbolComparisonResults.
ReturnTypeMismatch
) <> 0 Then
Symbols\Source\SourceMemberContainerTypeSymbol.vb (3)
3620
significantDiff = significantDiff Or SymbolComparisonResults.
ReturnTypeMismatch
3703
If (comparisonResults And (Not SymbolComparisonResults.MismatchesForConflictingMethods Or SymbolComparisonResults.
ReturnTypeMismatch
)) = 0 Then
3860
If (comparisonResults And SymbolComparisonResults.
ReturnTypeMismatch
) <> 0 Then