8 references to PropertyGroup
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (1)
485
case BoundKind.
PropertyGroup
:
Binder\Binder_Expressions.cs (3)
5813
if (boundMember.Kind == BoundKind.
PropertyGroup
)
7912
case BoundKind.
PropertyGroup
:
8979
if (receiver.Kind == BoundKind.
PropertyGroup
)
Binder\Binder_Patterns.cs (1)
1561
if (boundMember.Kind == BoundKind.
PropertyGroup
)
Compilation\CSharpSemanticModel.cs (1)
3361
case BoundKind.
PropertyGroup
:
Generated\BoundNodes.xml.Generated.cs (2)
6117
: base(BoundKind.
PropertyGroup
, syntax, receiverOpt, resultKind, hasErrors || receiverOpt.HasErrors())
9155
case BoundKind.
PropertyGroup
: