1 write to m_property
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
40
m_property
= propertySymbol
23 references to m_property
Microsoft.CodeAnalysis.VisualBasic (23)
Symbols\Source\SourcePropertyAccessorSymbol.vb (23)
121
Return
m_property
.GetAccessorOverride(getter:=(MethodKind = MethodKind.PropertyGet))
133
Return Not Me.
m_property
.IsCustomProperty OrElse MyBase.IsImplicitlyDeclared
139
Return If(Me.
m_property
.IsCustomProperty, MyBase.DeclaringSyntaxReferences, ImmutableArray(Of SyntaxReference).Empty)
174
Dim propertyAccessibility =
m_property
.DeclaredAccessibility
239
Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.SyntaxTree, Me.
m_property
.ContainingSourceType)
282
If
m_property
.IsCustomProperty Then
283
Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.SyntaxTree, Me.
m_property
.ContainingSourceType)
286
Return BindParameters(Me.
m_property
, Me, Me.Locations.FirstOrDefault, binder, BlockSyntax.BlockStatement.ParameterList, diagBag)
290
SynthesizeAutoGetterParameters(Me,
m_property
),
291
SynthesizeAutoSetterParameters(Me,
m_property
))
303
Return
m_property
309
Return
m_property
.ShadowsExplicitly
314
Return If(
m_property
.IsCustomProperty, MyBase.GetLexicalSortKey(),
m_property
.GetLexicalSortKey())
334
m_property
.GetAccessorImplementations(getter:=(MethodKind = MethodKind.PropertyGet)),
349
Return If(Me.MethodKind = MethodKind.PropertySet, ImmutableArray(Of CustomModifier).Empty,
m_property
.TypeCustomModifiers)
354
If
m_property
.IsCustomProperty Then
369
Return If(Me.MethodKind = MethodKind.PropertyGet,
m_property
, Nothing)
470
Debug.Assert(Not
m_property
.IsMustOverride)
472
If
m_property
.IsAutoProperty Then
473
Return SynthesizedPropertyAccessorHelper.GetBoundMethodBody(Me,
m_property
.AssociatedField, methodBodyBinder)
499
If
m_property
.IsAutoProperty Then
516
Return Not
m_property
.IsAutoProperty AndAlso MyBase.GenerateDebugInfoImpl