2 overrides of IsReadOnly
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\SignatureOnlyPropertySymbol.vb (1)
75
Public Overrides ReadOnly Property
IsReadOnly
As Boolean
Symbols\Source\SourcePropertySymbol.vb (1)
699
Public Overrides ReadOnly Property
IsReadOnly
As Boolean
13 references to IsReadOnly
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder_Initializers.vb (1)
349
If propertySymbol.
IsReadOnly
AndAlso propertySymbol.AssociatedField IsNot Nothing Then
Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (2)
138
If [property].
IsReadOnly
Then
238
If [property].
IsReadOnly
Then
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (1)
205
properties(index) = New AnonymousTypeKeyField([property].Name, isKey:=[property].
IsReadOnly
, ignoreCase:=True)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertyBackingFieldSymbol.vb (1)
21
Return Me._propertyOrEvent.
IsReadOnly
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)
1093
[property].
IsReadOnly
,
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
1074
If [property].
IsReadOnly
Then
Symbols\SymbolExtensions.vb (1)
91
ElseIf target.
IsReadOnly
Then