22 references to PropertyGroup
Microsoft.CodeAnalysis.VisualBasic (22)
Binding\Binder_Expressions.vb (6)
745
Case BoundKind.
PropertyGroup
919
Case BoundKind.
PropertyGroup
995
BoundKind.
PropertyGroup
2712
If boundLeft.Kind = BoundKind.
PropertyGroup
Then
3780
Debug.Assert(defaultPropertyGroup Is Nothing OrElse defaultPropertyGroup.Kind = BoundKind.
PropertyGroup
OrElse
3784
If defaultPropertyGroup IsNot Nothing AndAlso defaultPropertyGroup.Kind = BoundKind.
PropertyGroup
Then
Binding\Binder_Invocation.vb (6)
192
If target.Kind = BoundKind.MethodGroup OrElse target.Kind = BoundKind.
PropertyGroup
Then
264
Debug.Assert(target.Kind <> BoundKind.
PropertyGroup
)
352
Debug.Assert(defaultPropertyGroup.Kind = BoundKind.
PropertyGroup
OrElse
358
If defaultPropertyGroup.Kind = BoundKind.
PropertyGroup
OrElse defaultPropertyGroup.Kind = BoundKind.MethodGroup Then
533
Debug.Assert((defaultMemberGroup.Kind = BoundKind.BadExpression) OrElse (defaultMemberGroup.Kind = BoundKind.
PropertyGroup
))
1491
groupOpt.Kind = BoundKind.
PropertyGroup
Then
Binding\Binder_ObjectInitializer.vb (1)
729
If target.Kind = BoundKind.FieldAccess OrElse target.Kind = BoundKind.
PropertyGroup
Then
BoundTree\BoundExpressionExtensions.vb (3)
79
BoundKind.
PropertyGroup
,
542
BoundKind.
PropertyGroup
,
593
Case BoundKind.
PropertyGroup
BoundTree\BoundMethodOrPropertyGroup.vb (2)
26
Case BoundKind.
PropertyGroup
47
Case BoundKind.
PropertyGroup
BoundTree\BoundTreeVisitor.vb (1)
55
Case BoundKind.
PropertyGroup
Compilation\SemanticModel.vb (1)
1030
Case BoundKind.
PropertyGroup
Generated\BoundNodes.xml.Generated.vb (2)
2741
MyBase.New(BoundKind.
PropertyGroup
, syntax, receiverOpt, qualificationKind, hasErrors OrElse receiverOpt.NonNullAndHasErrors())
9442
Case BoundKind.
PropertyGroup