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