7 references to PropertyInitOnlyMismatch
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\PropertySignatureComparer.vb (3)
169
If (comparisons And SymbolComparisonResults.
PropertyInitOnlyMismatch
) <> 0 AndAlso
172
results = results Or SymbolComparisonResults.
PropertyInitOnlyMismatch
173
If (stopIfAny And SymbolComparisonResults.
PropertyInitOnlyMismatch
) <> 0 Then
Symbols\Source\OverrideHidingHelper.vb (1)
886
ElseIf (comparisonResults And SymbolComparisonResults.
PropertyInitOnlyMismatch
) <> 0 Then
Symbols\Source\SourceMemberContainerTypeSymbol.vb (3)
3576
Debug.Assert((comparisonResults And SymbolComparisonResults.
PropertyInitOnlyMismatch
) = 0)
3757
Debug.Assert((comparisonResults And SymbolComparisonResults.
PropertyInitOnlyMismatch
) = 0)
3841
Debug.Assert((comparisonResults And SymbolComparisonResults.
PropertyInitOnlyMismatch
) = 0)