6 references to ParameterByrefMismatch
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\MethodSignatureComparer.vb (4)
60ParameterByrefMismatch Or 70ParameterByrefMismatch Or 610results = results Or SymbolComparisonResults.ParameterByrefMismatch 611If (stopIfAny And SymbolComparisonResults.ParameterByrefMismatch) <> 0 Then
Symbols\Source\OverrideHidingHelper.vb (1)
878ElseIf (comparisonResults And SymbolComparisonResults.ParameterByrefMismatch) <> 0 Then
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
3856If (comparisonResults And SymbolComparisonResults.ParameterByrefMismatch) <> 0 Then