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