2 overrides of IsWriteOnly
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\SignatureOnlyPropertySymbol.vb (1)
81
Public Overrides ReadOnly Property
IsWriteOnly
As Boolean
Symbols\Source\SourcePropertySymbol.vb (1)
693
Public Overrides ReadOnly Property
IsWriteOnly
As Boolean
9 references to IsWriteOnly
Microsoft.CodeAnalysis.VisualBasic (9)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (1)
143
Me.IsWriteOnlyProperty = prop.
IsWriteOnly
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
748
If prop.IsReadOnly Or prop.
IsWriteOnly
Then
Symbols\PropertySignatureComparer.vb (4)
108
((prop1.IsReadOnly <> prop2.IsReadOnly) OrElse (prop1.
IsWriteOnly
<> prop2.
IsWriteOnly
)) Then
162
If ((prop1.IsReadOnly <> prop2.IsReadOnly) OrElse (prop1.
IsWriteOnly
<> prop2.
IsWriteOnly
)) Then
Symbols\Retargeting\RetargetingSymbolTranslator.vb (1)
1094
[property].
IsWriteOnly
,
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
1077
ElseIf [property].
IsWriteOnly
Then
Symbols\SymbolExtensions.vb (1)
89
If target.
IsWriteOnly
Then