2 instantiations of SourcePropertySymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourcePropertySymbol.vb (2)
99Dim prop = New SourcePropertySymbol(containingType, name, modifiers.AllFlags, syntaxRef, blockRef, location) 257Dim prop = New SourcePropertySymbol(containingType,
42 references to SourcePropertySymbol
Microsoft.CodeAnalysis.VisualBasic (40)
Binding\Binder_Lambda.vb (1)
683Dim propSym = TryCast(propAccess.PropertySymbol, SourcePropertySymbol)
Binding\BinderBuilder.vb (1)
433declarationSyntax = DirectCast(fieldOrProperty, SourcePropertySymbol).DeclarationSyntax
Binding\BinderFactory.vb (1)
404Dim propertySymbol = DirectCast(SourceMethodSymbol.FindSymbolFromSyntax(methodSyntax, _tree, containingType), SourcePropertySymbol)
Binding\InitializerSemanticModel.vb (3)
49Dim propertySymbol = DirectCast(Me.MemberSymbol, SourcePropertySymbol) 63Dim propertySymbol = DirectCast(Me.MemberSymbol, SourcePropertySymbol) 175Dim propertySymbol = TryCast(Me.RootBinder.ContainingMember, SourcePropertySymbol)
Compilation\DocumentationComments\DocumentationCommentCompiler.Property.vb (2)
29Dim sourceProperty = TryCast(symbol, SourcePropertySymbol) 36Private Sub WriteDocumentationCommentForProperty([property] As SourcePropertySymbol)
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (2)
192Dim sourceProperty As SourcePropertySymbol = DirectCast(node.PropertySymbol, SourcePropertySymbol)
Symbols\PropertySymbol.vb (2)
208Dim sourceProperty As SourcePropertySymbol = TryCast(Me, SourcePropertySymbol)
Symbols\Source\ImplementsHelper.vb (1)
50Dim sourceProperty = TryCast(sourceSym, SourcePropertySymbol)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (5)
2294Dim propertySymbol = DirectCast(member, SourcePropertySymbol) 2467Dim sourcePropertySymbol As SourcePropertySymbol = TryCast(symbol, SourcePropertySymbol) 2637Dim propertySymbol = SourcePropertySymbol.Create(Me, binder, syntax, blockSyntaxOpt, diagBag) 2877Private Sub AddPropertyAndAccessors(propertySymbol As SourcePropertySymbol,
Symbols\Source\SourceMemberFieldSymbol.vb (1)
629Dim 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"/> 1349Protected Overridable ReadOnly Property BoundReturnTypeAttributesSource As SourcePropertySymbol
Symbols\Source\SourcePropertyAccessorSymbol.vb (7)
16Protected ReadOnly m_property As SourcePropertySymbol 28Friend Sub New(propertySymbol As SourcePropertySymbol, 44Private Shared Function SynthesizeAutoGetterParameters(getter As SourcePropertyAccessorSymbol, propertySymbol As SourcePropertySymbol) As ImmutableArray(Of ParameterSymbol) 54Private Shared Function SynthesizeAutoSetterParameters(setter As SourcePropertyAccessorSymbol, propertySymbol As SourcePropertySymbol) As ImmutableArray(Of ParameterSymbol) 70Friend Shared Function CreatePropertyAccessor(propertySymbol As SourcePropertySymbol, 367Protected Overrides ReadOnly Property BoundReturnTypeAttributesSource As SourcePropertySymbol 384Private Shared Function BindParameters(propertySymbol As SourcePropertySymbol,
Symbols\Source\SourcePropertySymbol.vb (4)
84diagnostics As DiagnosticBag) As SourcePropertySymbol 235diagnostics As BindingDiagnosticBag) As SourcePropertySymbol 1022Private Shared Function CreateAccessor([property] As SourcePropertySymbol, 1102prop As SourcePropertySymbol,
Symbols\Source\SourceWithEventsBackingFieldSymbol.vb (2)
23Private ReadOnly _property As SourcePropertySymbol 25Public Sub New([property] As SourcePropertySymbol,
Symbols\Source\SynthesizedBackingFieldSymbol.vb (2)
15Inherits SynthesizedBackingFieldBase(Of SourcePropertySymbol) 17Public Sub New([property] As SourcePropertySymbol, name As String, isShared As Boolean)
Symbols\Source\SynthesizedWithEventsAccessorSymbol.vb (3)
43Dim sourceProperty = TryCast(ContainingProperty, SourcePropertySymbol) 58Dim sourceProperty = TryCast(ContainingProperty, SourcePropertySymbol) 69Dim sourceProperty = TryCast(ContainingProperty, SourcePropertySymbol)
Symbols\SynthesizedSymbols\SynthesizedParameterSymbol.vb (1)
119Return DirectCast(method.AssociatedSymbol, SourcePropertySymbol).ReturnTypeMarshallingInformation
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Emit\EditAndContinue\SymbolMatcherTests.vb (1)
825Dim otherSymbol = DirectCast(other.GetInternalSymbol(), SourcePropertySymbol)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Source\PropertyTests.vb (1)
8146Dim sourceProperty = DirectCast([property], SourcePropertySymbol)