1 instantiation of SourcePropertySymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourcePropertySymbol.vb (1)
259
Dim prop = New
SourcePropertySymbol
(containingType,
30 references to SourcePropertySymbol
Microsoft.CodeAnalysis.VisualBasic (30)
Symbols\PropertySymbol.vb (2)
206
Dim sourceProperty As
SourcePropertySymbol
= TryCast(Me,
SourcePropertySymbol
)
Symbols\Source\ImplementsHelper.vb (1)
50
Dim sourceProperty = TryCast(sourceSym,
SourcePropertySymbol
)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (5)
2284
Dim propertySymbol = DirectCast(member,
SourcePropertySymbol
)
2457
Dim sourcePropertySymbol As
SourcePropertySymbol
= TryCast(symbol,
SourcePropertySymbol
)
2627
Dim propertySymbol =
SourcePropertySymbol
.Create(Me, binder, syntax, blockSyntaxOpt, diagBag)
2867
Private Sub AddPropertyAndAccessors(propertySymbol As
SourcePropertySymbol
,
Symbols\Source\SourceMemberFieldSymbol.vb (1)
642
Dim propertySymbol =
SourcePropertySymbol
.CreateWithEvents(container,
Symbols\Source\SourceMethodSymbol.vb (2)
1346
''' So far we only need to return <see cref="
SourcePropertySymbol
"/>. If we ever needed to return a <see cref="SourceMethodSymbol"/>
1349
Protected Overridable ReadOnly Property BoundReturnTypeAttributesSource As
SourcePropertySymbol
Symbols\Source\SourcePropertyAccessorSymbol.vb (7)
16
Protected ReadOnly m_property As
SourcePropertySymbol
28
Friend Sub New(propertySymbol As
SourcePropertySymbol
,
44
Private Shared Function SynthesizeAutoGetterParameters(getter As SourcePropertyAccessorSymbol, propertySymbol As
SourcePropertySymbol
) As ImmutableArray(Of ParameterSymbol)
54
Private Shared Function SynthesizeAutoSetterParameters(setter As SourcePropertyAccessorSymbol, propertySymbol As
SourcePropertySymbol
) As ImmutableArray(Of ParameterSymbol)
70
Friend Shared Function CreatePropertyAccessor(propertySymbol As
SourcePropertySymbol
,
371
Protected Overrides ReadOnly Property BoundReturnTypeAttributesSource As
SourcePropertySymbol
388
Private Shared Function BindParameters(propertySymbol As
SourcePropertySymbol
,
Symbols\Source\SourcePropertySymbol.vb (4)
86
diagnostics As DiagnosticBag) As
SourcePropertySymbol
237
diagnostics As BindingDiagnosticBag) As
SourcePropertySymbol
1025
Private Shared Function CreateAccessor([property] As
SourcePropertySymbol
,
1105
prop As
SourcePropertySymbol
,
Symbols\Source\SourceWithEventsBackingFieldSymbol.vb (2)
23
Private ReadOnly _property As
SourcePropertySymbol
25
Public Sub New([property] As
SourcePropertySymbol
,
Symbols\Source\SynthesizedBackingFieldSymbol.vb (2)
15
Inherits SynthesizedBackingFieldBase(Of
SourcePropertySymbol
)
17
Public Sub New([property] As
SourcePropertySymbol
, name As String, isShared As Boolean)
Symbols\Source\SynthesizedWithEventsAccessorSymbol.vb (3)
43
Dim sourceProperty = TryCast(ContainingProperty,
SourcePropertySymbol
)
58
Dim sourceProperty = TryCast(ContainingProperty,
SourcePropertySymbol
)
69
Dim sourceProperty = TryCast(ContainingProperty,
SourcePropertySymbol
)
Symbols\SynthesizedSymbols\SynthesizedParameterSymbol.vb (1)
119
Return DirectCast(method.AssociatedSymbol,
SourcePropertySymbol
).ReturnTypeMarshallingInformation