16 references to CustomModifierMismatch
Microsoft.CodeAnalysis.VisualBasic (16)
Symbols\MethodSignatureComparer.vb (11)
59
CustomModifierMismatch
Or
73
CustomModifierMismatch
Or
87
CustomModifierMismatch
Or
343
If (comparisons And (SymbolComparisonResults.ReturnTypeMismatch Or SymbolComparisonResults.
CustomModifierMismatch
Or SymbolComparisonResults.TupleNamesMismatch)) <> 0 Then
472
If (comparisons And SymbolComparisonResults.
CustomModifierMismatch
) <> 0 AndAlso
475
result = result Or SymbolComparisonResults.
CustomModifierMismatch
476
If (stopIfAny And SymbolComparisonResults.
CustomModifierMismatch
) <> 0 Then
547
SymbolComparisonResults.
CustomModifierMismatch
Or
597
If (comparisons And SymbolComparisonResults.
CustomModifierMismatch
) <> 0 AndAlso
601
results = results Or SymbolComparisonResults.
CustomModifierMismatch
602
If (stopIfAny And SymbolComparisonResults.
CustomModifierMismatch
) <> 0 Then
Symbols\PropertySignatureComparer.vb (1)
179
If (comparisons And (SymbolComparisonResults.ReturnTypeMismatch Or SymbolComparisonResults.
CustomModifierMismatch
Or SymbolComparisonResults.TupleNamesMismatch)) <> 0 Then
Symbols\Source\OverrideHidingHelper.vb (2)
97
SymbolComparisonResults.
CustomModifierMismatch
106
exactMatchIgnoringCustomModifiersMask Or SymbolComparisonResults.
CustomModifierMismatch
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
3700
SymbolComparisonResults.
CustomModifierMismatch
Or
3754
SymbolComparisonResults.
CustomModifierMismatch
Or