1 instantiation of SourcePropertySymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourcePropertySymbol.vb (1)
260Dim prop = New SourcePropertySymbol(containingType,
30 references to SourcePropertySymbol
Microsoft.CodeAnalysis.VisualBasic (30)
Symbols\PropertySymbol.vb (2)
206Dim sourceProperty As SourcePropertySymbol = TryCast(Me, SourcePropertySymbol)
Symbols\Source\ImplementsHelper.vb (1)
50Dim sourceProperty = TryCast(sourceSym, SourcePropertySymbol)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (5)
2305Dim propertySymbol = DirectCast(member, SourcePropertySymbol) 2478Dim sourcePropertySymbol As SourcePropertySymbol = TryCast(symbol, SourcePropertySymbol) 2648Dim propertySymbol = SourcePropertySymbol.Create(Me, binder, syntax, blockSyntaxOpt, diagBag) 2888Private Sub AddPropertyAndAccessors(propertySymbol As SourcePropertySymbol,
Symbols\Source\SourceMemberFieldSymbol.vb (1)
643Dim propertySymbol = SourcePropertySymbol.CreateWithEvents(container,
Symbols\Source\SourceMethodSymbol.vb (2)
1347''' So far we only need to return <see cref="SourcePropertySymbol"/>. If we ever needed to return a <see cref="SourceMethodSymbol"/> 1350Protected Overridable ReadOnly Property BoundReturnTypeAttributesSource As SourcePropertySymbol
Symbols\Source\SourcePropertyAccessorSymbol.vb (7)
17Protected ReadOnly m_property As SourcePropertySymbol 29Friend Sub New(propertySymbol As SourcePropertySymbol, 45Private Shared Function SynthesizeAutoGetterParameters(getter As SourcePropertyAccessorSymbol, propertySymbol As SourcePropertySymbol) As ImmutableArray(Of ParameterSymbol) 55Private Shared Function SynthesizeAutoSetterParameters(setter As SourcePropertyAccessorSymbol, propertySymbol As SourcePropertySymbol) As ImmutableArray(Of ParameterSymbol) 71Friend Shared Function CreatePropertyAccessor(propertySymbol As SourcePropertySymbol, 372Protected Overrides ReadOnly Property BoundReturnTypeAttributesSource As SourcePropertySymbol 389Private Shared Function BindParameters(propertySymbol As SourcePropertySymbol,
Symbols\Source\SourcePropertySymbol.vb (4)
87diagnostics As DiagnosticBag) As SourcePropertySymbol 238diagnostics As BindingDiagnosticBag) As SourcePropertySymbol 1071Private Shared Function CreateAccessor([property] As SourcePropertySymbol, 1151prop 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