Base:
property
IsMyGroupCollectionProperty
Microsoft.CodeAnalysis.VisualBasic.Symbol.IsMyGroupCollectionProperty
11 overrides of IsMyGroupCollectionProperty
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_XmlLiterals.vb (1)
1709
Friend Overrides ReadOnly Property
IsMyGroupCollectionProperty
As Boolean
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertySymbol.vb (1)
215
Friend Overrides ReadOnly Property
IsMyGroupCollectionProperty
As Boolean
Symbols\Metadata\PE\PEPropertySymbol.vb (1)
592
Friend Overrides ReadOnly Property
IsMyGroupCollectionProperty
As Boolean
Symbols\Retargeting\RetargetingPropertySymbol.vb (1)
308
Friend Overrides ReadOnly Property
IsMyGroupCollectionProperty
As Boolean
Symbols\SignatureOnlyPropertySymbol.vb (1)
226
Friend Overrides ReadOnly Property
IsMyGroupCollectionProperty
As Boolean
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1849
Friend Overrides ReadOnly Property
IsMyGroupCollectionProperty
As Boolean
Symbols\Source\SourcePropertySymbol.vb (1)
1203
Friend Overrides ReadOnly Property
IsMyGroupCollectionProperty
As Boolean
Symbols\SubstitutedPropertySymbol.vb (1)
290
Friend Overrides ReadOnly Property
IsMyGroupCollectionProperty
As Boolean
Symbols\SynthesizedSymbols\SynthesizedOverridingWitheventsProperty.vb (1)
254
Friend Overrides ReadOnly Property
IsMyGroupCollectionProperty
As Boolean
Symbols\SynthesizedSymbols\SynthesizedPropertyBase.vb (1)
130
Friend Overrides ReadOnly Property
IsMyGroupCollectionProperty
As Boolean
Symbols\Tuples\TuplePropertySymbol.vb (1)
98
Friend Overrides ReadOnly Property
IsMyGroupCollectionProperty
As Boolean
5 references to IsMyGroupCollectionProperty
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_XmlLiterals.vb (1)
1711
Debug.Assert(Not _originalDefinition.
IsMyGroupCollectionProperty
)
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
218
propertyAccess.PropertySymbol.
IsMyGroupCollectionProperty
Then
Symbols\Retargeting\RetargetingPropertySymbol.vb (1)
310
Return _underlyingProperty.
IsMyGroupCollectionProperty
Symbols\SubstitutedPropertySymbol.vb (1)
292
Debug.Assert(Not _originalDefinition.
IsMyGroupCollectionProperty
) ' the MyGroupCollection is not generic
Symbols\Tuples\TuplePropertySymbol.vb (1)
100
Return Me._underlyingProperty.
IsMyGroupCollectionProperty