23 references to PropertyGroup
Microsoft.CodeAnalysis.VisualBasic (23)
Binding\Binder_Expressions.vb (6)
724
Case BoundKind.
PropertyGroup
898
Case BoundKind.
PropertyGroup
974
BoundKind.
PropertyGroup
2687
If boundLeft.Kind = BoundKind.
PropertyGroup
Then
3753
Debug.Assert(defaultPropertyGroup Is Nothing OrElse defaultPropertyGroup.Kind = BoundKind.
PropertyGroup
OrElse
3757
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
))
1493
groupOpt.Kind = BoundKind.
PropertyGroup
Then
Binding\Binder_ObjectInitializer.vb (1)
660
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)
1026
Case BoundKind.
PropertyGroup
Generated\BoundNodes.xml.Generated.vb (2)
2722
MyBase.New(BoundKind.
PropertyGroup
, syntax, receiverOpt, qualificationKind, hasErrors OrElse receiverOpt.NonNullAndHasErrors())
9408
Case BoundKind.
PropertyGroup
Operations\VisualBasicOperationFactory.vb (1)
296
BoundKind.
PropertyGroup
,