1 write to m_property
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
41
m_property
= propertySymbol
23 references to m_property
Microsoft.CodeAnalysis.VisualBasic (23)
Symbols\Source\SourcePropertyAccessorSymbol.vb (23)
122
Return
m_property
.GetAccessorOverride(getter:=(MethodKind = MethodKind.PropertyGet))
134
Return Not Me.
m_property
.IsCustomProperty OrElse MyBase.IsImplicitlyDeclared
140
Return If(Me.
m_property
.IsCustomProperty, MyBase.DeclaringSyntaxReferences, ImmutableArray(Of SyntaxReference).Empty)
175
Dim propertyAccessibility =
m_property
.DeclaredAccessibility
242
Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.SyntaxTree, Me.
m_property
.ContainingSourceType)
287
If
m_property
.IsCustomProperty Then
288
Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.SyntaxTree, Me.
m_property
.ContainingSourceType)
291
Return BindParameters(Me.
m_property
, Me, Me.Locations.FirstOrDefault, binder, BlockSyntax.BlockStatement.ParameterList, diagBag)
295
SynthesizeAutoGetterParameters(Me,
m_property
),
296
SynthesizeAutoSetterParameters(Me,
m_property
))
308
Return
m_property
314
Return
m_property
.ShadowsExplicitly
319
Return If(
m_property
.IsCustomProperty, MyBase.GetLexicalSortKey(),
m_property
.GetLexicalSortKey())
339
m_property
.GetAccessorImplementations(getter:=(MethodKind = MethodKind.PropertyGet)),
354
Return If(Me.MethodKind = MethodKind.PropertySet, ImmutableArray(Of CustomModifier).Empty,
m_property
.TypeCustomModifiers)
359
If
m_property
.IsCustomProperty Then
374
Return If(Me.MethodKind = MethodKind.PropertyGet,
m_property
, Nothing)
475
Debug.Assert(Not
m_property
.IsMustOverride)
477
If
m_property
.IsAutoProperty Then
478
Return SynthesizedPropertyAccessorHelper.GetBoundMethodBody(Me,
m_property
.AssociatedField, methodBodyBinder)
504
If
m_property
.IsAutoProperty Then
521
Return Not
m_property
.IsAutoProperty AndAlso MyBase.GenerateDebugInfoImpl