2 instantiations of SourcePropertySymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourcePropertySymbol.vb (2)
99
Dim prop = New
SourcePropertySymbol
(containingType, name, modifiers.AllFlags, syntaxRef, blockRef, location)
257
Dim prop = New
SourcePropertySymbol
(containingType,
42 references to SourcePropertySymbol
Microsoft.CodeAnalysis.VisualBasic (40)
Binding\Binder_Lambda.vb (1)
683
Dim propSym = TryCast(propAccess.PropertySymbol,
SourcePropertySymbol
)
Binding\BinderBuilder.vb (1)
433
declarationSyntax = DirectCast(fieldOrProperty,
SourcePropertySymbol
).DeclarationSyntax
Binding\BinderFactory.vb (1)
404
Dim propertySymbol = DirectCast(SourceMethodSymbol.FindSymbolFromSyntax(methodSyntax, _tree, containingType),
SourcePropertySymbol
)
Binding\InitializerSemanticModel.vb (3)
49
Dim propertySymbol = DirectCast(Me.MemberSymbol,
SourcePropertySymbol
)
63
Dim propertySymbol = DirectCast(Me.MemberSymbol,
SourcePropertySymbol
)
175
Dim propertySymbol = TryCast(Me.RootBinder.ContainingMember,
SourcePropertySymbol
)
Compilation\DocumentationComments\DocumentationCommentCompiler.Property.vb (2)
29
Dim sourceProperty = TryCast(symbol,
SourcePropertySymbol
)
36
Private Sub WriteDocumentationCommentForProperty([property] As
SourcePropertySymbol
)
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (2)
192
Dim sourceProperty As
SourcePropertySymbol
= DirectCast(node.PropertySymbol,
SourcePropertySymbol
)
Symbols\PropertySymbol.vb (2)
208
Dim sourceProperty As
SourcePropertySymbol
= TryCast(Me,
SourcePropertySymbol
)
Symbols\Source\ImplementsHelper.vb (1)
50
Dim sourceProperty = TryCast(sourceSym,
SourcePropertySymbol
)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (5)
2294
Dim propertySymbol = DirectCast(member,
SourcePropertySymbol
)
2467
Dim sourcePropertySymbol As
SourcePropertySymbol
= TryCast(symbol,
SourcePropertySymbol
)
2637
Dim propertySymbol =
SourcePropertySymbol
.Create(Me, binder, syntax, blockSyntaxOpt, diagBag)
2877
Private Sub AddPropertyAndAccessors(propertySymbol As
SourcePropertySymbol
,
Symbols\Source\SourceMemberFieldSymbol.vb (1)
629
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
,
367
Protected Overrides ReadOnly Property BoundReturnTypeAttributesSource As
SourcePropertySymbol
384
Private Shared Function BindParameters(propertySymbol As
SourcePropertySymbol
,
Symbols\Source\SourcePropertySymbol.vb (4)
84
diagnostics As DiagnosticBag) As
SourcePropertySymbol
235
diagnostics As BindingDiagnosticBag) As
SourcePropertySymbol
1022
Private Shared Function CreateAccessor([property] As
SourcePropertySymbol
,
1102
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
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Emit\EditAndContinue\SymbolMatcherTests.vb (1)
825
Dim otherSymbol = DirectCast(other.GetInternalSymbol(),
SourcePropertySymbol
)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Source\PropertyTests.vb (1)
8146
Dim sourceProperty = DirectCast([property],
SourcePropertySymbol
)