8 references to PropertyGroup
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (1)
737
case BoundKind.
PropertyGroup
:
Binder\Binder_Expressions.cs (3)
5941
if (boundMember.Kind == BoundKind.
PropertyGroup
)
8079
case BoundKind.
PropertyGroup
:
9464
if (receiver.Kind == BoundKind.
PropertyGroup
)
Binder\Binder_Patterns.cs (1)
1573
if (boundMember.Kind == BoundKind.
PropertyGroup
)
Compilation\CSharpSemanticModel.cs (1)
3362
case BoundKind.
PropertyGroup
:
Generated\BoundNodes.xml.Generated.cs (2)
6139
: base(BoundKind.
PropertyGroup
, syntax, receiverOpt, resultKind, hasErrors || receiverOpt.HasErrors())
9221
case BoundKind.
PropertyGroup
: