1 instantiation of SourcePropertySymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourcePropertySymbol.vb (1)
259Dim 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)
2284Dim propertySymbol = DirectCast(member, SourcePropertySymbol) 2457Dim sourcePropertySymbol As SourcePropertySymbol = TryCast(symbol, SourcePropertySymbol) 2627Dim propertySymbol = SourcePropertySymbol.Create(Me, binder, syntax, blockSyntaxOpt, diagBag) 2867Private Sub AddPropertyAndAccessors(propertySymbol As SourcePropertySymbol,
Symbols\Source\SourceMemberFieldSymbol.vb (1)
642Dim 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, 371Protected Overrides ReadOnly Property BoundReturnTypeAttributesSource As SourcePropertySymbol 388Private Shared Function BindParameters(propertySymbol As SourcePropertySymbol,
Symbols\Source\SourcePropertySymbol.vb (4)
86diagnostics As DiagnosticBag) As SourcePropertySymbol 237diagnostics As BindingDiagnosticBag) As SourcePropertySymbol 1025Private Shared Function CreateAccessor([property] As SourcePropertySymbol, 1105prop 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