8 references to PropertyGroup
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (1)
387
case BoundKind.
PropertyGroup
:
Binder\Binder_Expressions.cs (3)
4958
if (boundMember.Kind == BoundKind.
PropertyGroup
)
6846
case BoundKind.
PropertyGroup
:
7880
if (receiver.Kind == BoundKind.
PropertyGroup
)
Binder\Binder_Patterns.cs (1)
1552
if (boundMember.Kind == BoundKind.
PropertyGroup
)
Compilation\CSharpSemanticModel.cs (1)
3354
case BoundKind.
PropertyGroup
:
Generated\BoundNodes.xml.Generated.cs (2)
6005
: base(BoundKind.
PropertyGroup
, syntax, receiverOpt, resultKind, hasErrors || receiverOpt.HasErrors())
8830
case BoundKind.
PropertyGroup
: