10 types derived from PropertySymbol
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertySymbol.vb (1)
13Inherits PropertySymbol
Symbols\Metadata\PE\PEPropertySymbol.vb (1)
22Inherits PropertySymbol
Symbols\Retargeting\RetargetingPropertySymbol.vb (1)
15Inherits PropertySymbol
Symbols\SignatureOnlyPropertySymbol.vb (1)
19Inherits PropertySymbol
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1666Inherits PropertySymbol
Symbols\Source\SourcePropertySymbol.vb (1)
22Inherits PropertySymbol
Symbols\SubstitutedPropertySymbol.vb (1)
20Inherits PropertySymbol
Symbols\SynthesizedSymbols\SynthesizedOverridingWitheventsProperty.vb (1)
47Inherits PropertySymbol
Symbols\SynthesizedSymbols\SynthesizedPropertyBase.vb (1)
18Inherits PropertySymbol
Symbols\Wrapped\WrappedPropertySymbol.vb (1)
19Inherits PropertySymbol
229 references to PropertySymbol
Microsoft.CodeAnalysis.VisualBasic (229)
Binding\SyntheticBoundTrees\SynthesizedPropertyAccessorBase.vb (5)
21Dim propertySymbol = DirectCast(accessor.AssociatedSymbol, PropertySymbol) 99Dim eventsToHookup As ArrayBuilder(Of ValueTuple(Of EventSymbol, PropertySymbol)) = Nothing 166eventsToHookup = ArrayBuilder(Of ValueTuple(Of EventSymbol, PropertySymbol)).GetInstance 171eventsToHookup.Add(New ValueTuple(Of EventSymbol, PropertySymbol)( 173DirectCast(handledEvent.WithEventsSourceProperty, PropertySymbol)))
Emit\AttributeDataAdapter.vb (1)
126type = DirectCast(sym, PropertySymbol).Type
Emit\NamedTypeSymbolAdapter.vb (3)
703For Each [property] As PropertySymbol In AdaptedNamedTypeSymbol.GetPropertiesToEmit() 993Friend Overridable Iterator Function GetPropertiesToEmit() As IEnumerable(Of PropertySymbol) 998Yield DirectCast(member, PropertySymbol)
Emit\PropertySymbolAdapter.vb (2)
226Friend ReadOnly Property AdaptedPropertySymbol As PropertySymbol 228Friend Sub New(underlyingPropertySymbol As PropertySymbol)
Symbols\AnonymousTypes\AnonymousType_SymbolCollection.vb (2)
193Public ReadOnly Property System_Diagnostics_DebuggerDisplayAttribute__Type As PropertySymbol 195Return DirectCast(Compilation.GetWellKnownTypeMember(WellKnownMember.System_Diagnostics_DebuggerDisplayAttribute__Type), PropertySymbol)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_PropertyPublicAccessors.vb (4)
12Inherits SynthesizedPropertyAccessorBase(Of PropertySymbol) 16Public Sub New([property] As PropertySymbol, returnType As TypeSymbol) 47Public Sub New([property] As PropertySymbol) 70Public Sub New([property] As PropertySymbol, voidTypeSymbol As TypeSymbol)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_TypePublicSymbol.vb (1)
99Dim [property] As PropertySymbol = Me._properties(index)
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (2)
312Friend NotOverridable Overrides Function GetSynthesizedWithEventsOverrides() As IEnumerable(Of PropertySymbol) 313Return SpecializedCollections.EmptyEnumerable(Of PropertySymbol)()
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_ConstructorSymbol.vb (1)
25Dim [property] As PropertySymbol = container.Properties(index)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertyAccessors.vb (4)
16Inherits SynthesizedPropertyAccessorBase(Of PropertySymbol) 20Public Sub New([property] As PropertySymbol, returnType As TypeSymbol) 66Public Sub New([property] As PropertySymbol) 89Public Sub New([property] As PropertySymbol, voidTypeSymbol As TypeSymbol)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertyBackingFieldSymbol.vb (2)
13Inherits SynthesizedBackingFieldBase(Of PropertySymbol) 15Public Sub New([property] As PropertySymbol)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertySymbol.vb (2)
143Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol) 145Return ImmutableArray(Of PropertySymbol).Empty
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (2)
380Friend NotOverridable Overrides Function GetSynthesizedWithEventsOverrides() As IEnumerable(Of PropertySymbol) 381Return SpecializedCollections.EmptyEnumerable(Of PropertySymbol)()
Symbols\Attributes\AttributeData.vb (2)
422Dim [property] = DirectCast(members(0), PropertySymbol) 515Dim prop = TryCast(member, PropertySymbol)
Symbols\EmbeddedSymbols\EmbeddedSymbolManager.SymbolsCollection.vb (1)
257Dim [property] = DirectCast(symbol, PropertySymbol)
Symbols\ErrorTypeSymbol.vb (2)
405Friend NotOverridable Overrides Function GetSynthesizedWithEventsOverrides() As IEnumerable(Of PropertySymbol) 406Return SpecializedCollections.EmptyEnumerable(Of PropertySymbol)()
Symbols\FieldOrPropertyInitializer.vb (1)
82Public Sub New([property] As PropertySymbol, syntax As SyntaxReference, precedingInitializersLength As Integer)
Symbols\MemberSignatureComparer.vb (3)
58Return _propertyComparer.Equals(DirectCast(sym1, PropertySymbol), DirectCast(sym2, PropertySymbol)) 75Return _propertyComparer.GetHashCode(DirectCast(sym, PropertySymbol))
Symbols\Metadata\PE\PENamedTypeSymbol.vb (4)
600Friend Overrides Function GetPropertiesToEmit() As IEnumerable(Of PropertySymbol) 601Return GetMembers(Of PropertySymbol)(GetMembers(), SymbolKind.Property) 1574Friend NotOverridable Overrides Function GetSynthesizedWithEventsOverrides() As IEnumerable(Of PropertySymbol) 1575Return SpecializedCollections.EmptyEnumerable(Of PropertySymbol)()
Symbols\Metadata\PE\PEPropertyOrEventHelpers.vb (2)
17Friend Shared Function GetPropertiesForExplicitlyImplementedAccessor(accessor As MethodSymbol) As ISet(Of PropertySymbol) 18Return GetSymbolsForExplicitlyImplementedAccessor(Of PropertySymbol)(accessor)
Symbols\Metadata\PE\PEPropertySymbol.vb (4)
362Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol) 365Return ImmutableArray(Of PropertySymbol).Empty 370Dim builder = ArrayBuilder(Of PropertySymbol).GetInstance() 437Private Shared Function GetDeclaredAccessibility([property] As PropertySymbol) As Accessibility
Symbols\MethodSymbol.vb (1)
323Return DirectCast(Me.AssociatedSymbol, PropertySymbol).GetAccessorOverride(getter:=(MethodKind = MethodKind.PropertyGet))
Symbols\NamedTypeSymbol.vb (3)
1098Friend MustOverride Function GetSynthesizedWithEventsOverrides() As IEnumerable(Of PropertySymbol) 1157Dim [property] = TryCast(member, PropertySymbol) 1170Dim overriddenMember = TryCast(member, PropertySymbol)?.OverriddenProperty
Symbols\PropertySignatureComparer.vb (10)
15Implements IEqualityComparer(Of PropertySymbol) 92Public Overloads Function Equals(prop1 As PropertySymbol, prop2 As PropertySymbol) As Boolean _ 93Implements IEqualityComparer(Of PropertySymbol).Equals 128Public Overloads Function GetHashCode(prop As PropertySymbol) As Integer _ 129Implements IEqualityComparer(Of PropertySymbol).GetHashCode 150prop1 As PropertySymbol, 151prop2 As PropertySymbol, 226Private Shared Function HaveSameTypes(prop1 As PropertySymbol, prop2 As PropertySymbol, comparison As TypeCompareKind) As Boolean
Symbols\PropertySymbol.vb (10)
32Public Overridable Shadows ReadOnly Property OriginalDefinition As PropertySymbol 325Public ReadOnly Property OverriddenProperty As PropertySymbol 332Return OverriddenMembersResult(Of PropertySymbol).GetOverriddenMember(Me, Me.OriginalDefinition.OverriddenProperty) 355Friend Overridable ReadOnly Property OverriddenMembers As OverriddenMembersResult(Of PropertySymbol) 360Return OverrideHidingHelper(Of PropertySymbol).MakeOverriddenMembers(Me) 367Public MustOverride ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol) 390Friend Overridable ReadOnly Property ReducedFrom As PropertySymbol 396Friend Overridable ReadOnly Property ReducedFromDefinition As PropertySymbol 523Public Overridable ReadOnly Property TupleUnderlyingProperty() As PropertySymbol 557Return ImmutableArrayExtensions.Cast(Of PropertySymbol, IPropertySymbol)(Me.ExplicitInterfaceImplementations)
Symbols\PropertySymbolExtensions.vb (3)
19Friend Function GetCanBeCalledWithNoParameters(prop As PropertySymbol) As Boolean 45Public Function GetTypeFromGetMethod([property] As PropertySymbol) As TypeSymbol 51Public Function GetTypeFromSetMethod([property] As PropertySymbol) As TypeSymbol
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (3)
325Friend Overrides Iterator Function GetPropertiesToEmit() As IEnumerable(Of PropertySymbol) 544Friend Overrides Iterator Function GetSynthesizedWithEventsOverrides() As IEnumerable(Of PropertySymbol) 545For Each underlying As PropertySymbol In _underlyingType.GetSynthesizedWithEventsOverrides()
Symbols\Retargeting\RetargetingPropertySymbol.vb (7)
25Private ReadOnly _underlyingProperty As PropertySymbol 37Private _lazyExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol) 41Public Sub New(retargetingModule As RetargetingModuleSymbol, underlyingProperty As PropertySymbol) 59Public ReadOnly Property UnderlyingProperty As PropertySymbol 272Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol) 285Private Function RetargetExplicitInterfaceImplementations() As ImmutableArray(Of PropertySymbol) 291Dim builder = ArrayBuilder(Of PropertySymbol).GetInstance()
Symbols\Retargeting\RetargetingSymbolTranslator.vb (10)
59Return New RetargetingPropertySymbol(Me, DirectCast(symbol, PropertySymbol)) 1027Public Function Retarget([property] As PropertySymbol) As RetargetingPropertySymbol 1067Public Function Retarget([property] As PropertySymbol, retargetedPropertyComparer As IEqualityComparer(Of PropertySymbol)) As PropertySymbol 1081Private Function FindPropertyInRetargetedType([property] As PropertySymbol, retargetedType As NamedTypeSymbol, retargetedPropertyComparer As IEqualityComparer(Of PropertySymbol)) As PropertySymbol 1106Dim retargetedProperty = DirectCast(retargetedMember, PropertySymbol) 1142Public Overrides Function VisitProperty(symbol As PropertySymbol, arg As RetargetOptions) As Symbol
Symbols\SignatureOnlyPropertySymbol.vb (2)
142Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol) 236Friend Overrides ReadOnly Property OverriddenMembers As OverriddenMembersResult(Of PropertySymbol)
Symbols\Source\ImplementsHelper.vb (10)
29Return StaticCast(Of Symbol).From(DirectCast(member, PropertySymbol).ExplicitInterfaceImplementations) 52Return sourceProperty.GetImplementingLocation(DirectCast(implementedSym, PropertySymbol)) 366Dim [property] = DirectCast(DirectCast(foundMember, Symbol), PropertySymbol) 435Dim results = PropertySignatureComparer.DetailedCompare(DirectCast(implementedSym, PropertySymbol), DirectCast(implementingSym, PropertySymbol), 471Dim implementedProperty As PropertySymbol = TryCast(implementedSym, PropertySymbol) 483Dim implementingProperty As PropertySymbol = TryCast(implementingSym, PropertySymbol) 564Debug.Assert(TypeOf interfaceMember Is PropertySymbol OrElse
Symbols\Source\ImplicitNamedTypeSymbol.vb (2)
206Friend Overrides Function GetSynthesizedWithEventsOverrides() As IEnumerable(Of PropertySymbol) 211Return SpecializedCollections.EmptyEnumerable(Of PropertySymbol)()
Symbols\Source\LambdaSymbol.vb (1)
134meParameter = DirectCast(ContainingSymbol, PropertySymbol).MeParameter
Symbols\Source\OverrideHidingHelper.vb (16)
132Return PropertySignatureComparer.DetailedCompare(DirectCast(sym1, PropertySymbol), DirectCast(sym2, PropertySymbol), comparisons, stopIfAny) 160Dim propMember = DirectCast(member, PropertySymbol) 162OverrideHidingHelper(Of PropertySymbol).CheckOverrideMember(propMember, propMember.OverriddenMembers, diagnostics) 299Dim hidingProperty = DirectCast(hidingMember, PropertySymbol) 305Return OverrideHidingHelper(Of PropertySymbol).SignaturesMatch(hidingProperty, DirectCast(hiddenMember, PropertySymbol), Nothing, exactMatchIgnoringCustomModifiers) AndAlso exactMatchIgnoringCustomModifiers 516Return DirectCast(sym, PropertySymbol).OverriddenProperty 536Return RequiresExplicitOverride(DirectCast(method.AssociatedSymbol, PropertySymbol)) 550Private Shared Function RequiresExplicitOverride(prop As PropertySymbol) As Boolean 579OverrideHidingHelper(Of PropertySymbol).s_runtimeSignatureComparer = PropertySignatureComparer.RuntimePropertySignatureComparer 701Dim prop = DirectCast(DirectCast(overridingSym, Object), PropertySymbol) 920Dim overridingProperty As PropertySymbol = DirectCast(DirectCast(member, Symbol), PropertySymbol) 921Dim overriddenProperty As PropertySymbol = DirectCast(DirectCast(overriddenMember, Symbol), PropertySymbol)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (4)
448GenerateVarianceDiagnosticsForProperty(DirectCast(member, PropertySymbol), diagnostics, infosBuffer) 1062[property] As PropertySymbol, 2274Dim defaultProperty As PropertySymbol = Nothing 2279Dim propertySymbol = DirectCast(member, PropertySymbol)
Symbols\Source\SourceMemberFieldSymbol.vb (1)
209Friend Shared Function ComputeWithEventsFieldType(propertySymbol As PropertySymbol,
Symbols\Source\SourceMemberMethodSymbol.vb (10)
603Dim withEventsSourceProperty As PropertySymbol = Nothing 606Dim witheventsProperty As PropertySymbol = Nothing 609Dim witheventsPropertyInCurrentClass As PropertySymbol = Nothing 858Optional ByRef resultKind As LookupResultKind = Nothing) As PropertySymbol 871Dim result As PropertySymbol = Nothing 874Dim prop = TryCast(witheventsLookup.SingleSymbol, PropertySymbol) 934Optional ByRef resultKind As LookupResultKind = Nothing) As PropertySymbol 953Dim result As PropertySymbol = Nothing 975Dim prop = DirectCast(symbol, PropertySymbol) 1005Private Shared Function ReturnsEventSource(prop As PropertySymbol, compilation As VisualBasicCompilation) As Boolean
Symbols\Source\SourceMethodSymbol.vb (1)
1058PropertySymbol)
Symbols\Source\SourceNamedTypeSymbol.vb (5)
43Private _lazyWithEventsOverrides As ConcurrentDictionary(Of PropertySymbol, SynthesizedOverridingWithEventsProperty) 2572Friend Function GetOrAddWithEventsOverride(baseProperty As PropertySymbol) As SynthesizedOverridingWithEventsProperty 2576New ConcurrentDictionary(Of PropertySymbol, SynthesizedOverridingWithEventsProperty), 2595Friend NotOverridable Overrides Function GetSynthesizedWithEventsOverrides() As IEnumerable(Of PropertySymbol) 2603Return SpecializedCollections.EmptyEnumerable(Of PropertySymbol)()
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (10)
393Dim prop = DirectCast(member, PropertySymbol) 493If target.Kind <> SymbolKind.Property OrElse Not DirectCast(target, PropertySymbol).IsDefault Then 565Dim prop As PropertySymbol = DirectCast(member, PropertySymbol) 1025Friend Overrides Function GetSynthesizedWithEventsOverrides() As IEnumerable(Of PropertySymbol) 1026Return SpecializedCollections.EmptyEnumerable(Of PropertySymbol)() 1669Private ReadOnly _clonedFrom As PropertySymbol 1677clone As PropertySymbol, 1744Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol) 1746Return ImmutableArray(Of PropertySymbol).Empty
Symbols\Source\SourceParameterSymbol.vb (1)
122Dim containingProperty = TryCast(containingMethod.AssociatedSymbol, PropertySymbol)
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
228Dim prop = DirectCast(accessorSym.AssociatedSymbol, PropertySymbol)
Symbols\Source\SourcePropertySymbol.vb (14)
48Private _lazyImplementedProperties As ImmutableArray(Of PropertySymbol) 51Private _lazyOverriddenProperties As OverriddenMembersResult(Of PropertySymbol) 267prop._lazyImplementedProperties = ImmutableArray(Of PropertySymbol).Empty 790Dim overriddenMembers As OverriddenMembersResult(Of PropertySymbol) 793overriddenMembers = OverriddenMembersResult(Of PropertySymbol).Empty 810overriddenMembers = OverrideHidingHelper(Of PropertySymbol). 911Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol) 926Private Function ComputeExplicitInterfaceImplementations(diagnostics As BindingDiagnosticBag) As ImmutableArray(Of PropertySymbol) 958Friend Overrides ReadOnly Property OverriddenMembers As OverriddenMembersResult(Of PropertySymbol) 1048Friend Function GetImplementingLocation(implementedProperty As PropertySymbol) As Location 1054Dim implementingSyntax = FindImplementingSyntax(Of PropertySymbol)(propertySyntax.ImplementsClause, 1152diagnostics As BindingDiagnosticBag) As ImmutableArray(Of PropertySymbol) 1162Return ProcessImplementsClause(Of PropertySymbol)(syntax.ImplementsClause, 1170Return ImmutableArray(Of PropertySymbol).Empty
Symbols\Source\SynthesizedWithEventsAccessorSymbol.vb (6)
14Inherits SynthesizedPropertyAccessorBase(Of PropertySymbol) 19Protected Sub New(container As SourceMemberContainerTypeSymbol, [property] As PropertySymbol) 24Protected ReadOnly Property ContainingProperty As PropertySymbol 119propertySymbol As PropertySymbol) 163propertySymbol As PropertySymbol, 204If DirectCast(Me.AssociatedSymbol, PropertySymbol).IsWithEvents Then
Symbols\SubstitutedNamedType.vb (5)
317Private Function SubstituteTypeParametersForMemberProperty(memberProperty As PropertySymbol) As SubstitutedPropertySymbol 369Dim memberProperty = DirectCast(member, PropertySymbol) 459Dim propertySymbol = SubstituteTypeParametersForMemberProperty(DirectCast(memberMethod.AssociatedSymbol, PropertySymbol)) 483Return SubstituteTypeParametersForMemberProperty(DirectCast(member, PropertySymbol)) 586Friend NotOverridable Overrides Iterator Function GetSynthesizedWithEventsOverrides() As IEnumerable(Of PropertySymbol)
Symbols\SubstitutedPropertySymbol.vb (4)
23Private ReadOnly _originalDefinition As PropertySymbol 30originalDefinition As PropertySymbol, 75Public Overrides ReadOnly Property OriginalDefinition As PropertySymbol 105Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol)
Symbols\SymbolExtensions.vb (12)
70If DirectCast(target, PropertySymbol).IsWithEvents Then 88Friend Function GetPropertyKindText(target As PropertySymbol) As String 145Return DirectCast(symbol, PropertySymbol).IsOverloadable 152Public Function IsOverloadable(propertySymbol As PropertySymbol) As Boolean 172Dim prop = DirectCast(sym, PropertySymbol) 248Return symbol.Kind = SymbolKind.Property AndAlso DirectCast(symbol, PropertySymbol).IsWithEvents 257Return symbol.Kind = SymbolKind.Property AndAlso Not DirectCast(symbol, PropertySymbol).IsWithEvents 292Return DirectCast(sym, PropertySymbol).OverriddenProperty 327Return DirectCast(sym, PropertySymbol).MeParameter 344Return DirectCast(sym, PropertySymbol).Parameters 470Dim [property] = DirectCast(member, PropertySymbol) 487Return If(TryCast(member, PropertySymbol)?.IsRequired,
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (2)
449Friend Overrides Function GetSynthesizedWithEventsOverrides() As IEnumerable(Of PropertySymbol) 450Return SpecializedCollections.EmptyEnumerable(Of PropertySymbol)()
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionSymbol.vb (2)
307Friend Overrides Function GetSynthesizedWithEventsOverrides() As IEnumerable(Of PropertySymbol) 308Return SpecializedCollections.EmptyEnumerable(Of PropertySymbol)()
Symbols\SynthesizedSymbols\SynthesizedOverridingWitheventsProperty.vb (4)
49Private ReadOnly _baseProperty As PropertySymbol 54Friend Sub New(baseProperty As PropertySymbol, container As SourceNamedTypeSymbol) 106Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol) 108Return ImmutableArray(Of PropertySymbol).Empty
Symbols\SynthesizedSymbols\SynthesizedParameterSymbol.vb (1)
305Friend Shared Function CreateSetAccessorValueParameter(setter As MethodSymbol, propertySymbol As PropertySymbol, parameterName As String) As ParameterSymbol
Symbols\SynthesizedSymbols\SynthesizedPropertyAccessorBase.vb (1)
7Friend MustInherit Class SynthesizedPropertyAccessorBase(Of T As PropertySymbol)
Symbols\SynthesizedSymbols\SynthesizedPropertyBase.vb (2)
74Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol) 76Return ImmutableArray(Of PropertySymbol).Empty
Symbols\Tuples\TuplePropertySymbol.vb (3)
28Public Overrides ReadOnly Property TupleUnderlyingProperty As PropertySymbol 80Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol) 108Public Sub New(container As TupleTypeSymbol, underlyingProperty As PropertySymbol)
Symbols\Tuples\TupleTypeSymbol.vb (5)
788members.Add(New TuplePropertySymbol(Me, DirectCast(member, PropertySymbol).AsMember(currentUnderlying))) 913smallDictionary.Add(DirectCast(symbol, PropertySymbol).TupleUnderlyingProperty.OriginalDefinition, symbol) 1045Friend Overrides Function GetPropertiesToEmit() As IEnumerable(Of PropertySymbol) 1099Friend Overrides Function GetSynthesizedWithEventsOverrides() As IEnumerable(Of PropertySymbol) 1102Return SpecializedCollections.EmptyEnumerable(Of PropertySymbol)()
Symbols\TypeSymbol.vb (2)
693Return ImplementsHelper.ComputeImplementationForInterfaceMember(Of PropertySymbol)( 694DirectCast(interfaceMember, PropertySymbol),
Symbols\UnboundGenericType.vb (2)
337Friend NotOverridable Overrides Function GetSynthesizedWithEventsOverrides() As IEnumerable(Of PropertySymbol) 338Return SpecializedCollections.EmptyEnumerable(Of PropertySymbol)()
Symbols\Wrapped\WrappedPropertySymbol.vb (3)
21Protected _underlyingProperty As PropertySymbol 23Public ReadOnly Property UnderlyingProperty As PropertySymbol 131Public Sub New(underlyingProperty As PropertySymbol)