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
241
Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.SyntaxTree, Me.
m_property
.ContainingSourceType)
286
If
m_property
.IsCustomProperty Then
287
Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.SyntaxTree, Me.
m_property
.ContainingSourceType)
290
Return BindParameters(Me.
m_property
, Me, Me.Locations.FirstOrDefault, binder, BlockSyntax.BlockStatement.ParameterList, diagBag)
294
SynthesizeAutoGetterParameters(Me,
m_property
),
295
SynthesizeAutoSetterParameters(Me,
m_property
))
307
Return
m_property
313
Return
m_property
.ShadowsExplicitly
318
Return If(
m_property
.IsCustomProperty, MyBase.GetLexicalSortKey(),
m_property
.GetLexicalSortKey())
338
m_property
.GetAccessorImplementations(getter:=(MethodKind = MethodKind.PropertyGet)),
353
Return If(Me.MethodKind = MethodKind.PropertySet, ImmutableArray(Of CustomModifier).Empty,
m_property
.TypeCustomModifiers)
358
If
m_property
.IsCustomProperty Then
373
Return If(Me.MethodKind = MethodKind.PropertyGet,
m_property
, Nothing)
474
Debug.Assert(Not
m_property
.IsMustOverride)
476
If
m_property
.IsAutoProperty Then
477
Return SynthesizedPropertyAccessorHelper.GetBoundMethodBody(Me,
m_property
.AssociatedField, methodBodyBinder)
503
If
m_property
.IsAutoProperty Then
520
Return Not
m_property
.IsAutoProperty AndAlso MyBase.GenerateDebugInfoImpl