1 instantiation of BoundPropertyGroup
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6133
var result = new
BoundPropertyGroup
(this.Syntax, properties, receiverOpt, resultKind, this.HasErrors);
20 references to BoundPropertyGroup
Microsoft.CodeAnalysis.CSharp (20)
Binder\Binder.ValueChecks.cs (1)
510
expr = BindIndexedPropertyAccess((
BoundPropertyGroup
)expr, mustHaveAllOptionalParameters: false, diagnostics: diagnostics);
Binder\Binder_Expressions.cs (5)
5815
boundMember = BindIndexedPropertyAccess((
BoundPropertyGroup
)boundMember, mustHaveAllOptionalParameters: true, diagnostics: diagnostics);
7913
return BindIndexedPropertyAccess((
BoundPropertyGroup
)expr, mustHaveAllOptionalParameters: false, diagnostics: diagnostics);
8981
var
propertyGroup = (
BoundPropertyGroup
)receiver;
9648
private BoundExpression BindIndexedPropertyAccess(
BoundPropertyGroup
propertyGroup, bool mustHaveAllOptionalParameters, BindingDiagnosticBag diagnostics)
Binder\Binder_Patterns.cs (1)
1564
(
BoundPropertyGroup
)boundMember, mustHaveAllOptionalParameters: true, diagnostics: diagnostics);
Compilation\CSharpSemanticModel.cs (2)
3362
symbols = GetPropertyGroupSemanticSymbols((
BoundPropertyGroup
)boundNode, boundNodeForSyntacticParent, binderOpt, out resultKind, out memberGroup);
4379
BoundPropertyGroup
boundNode,
Generated\BoundNodes.xml.Generated.cs (10)
6129
public
BoundPropertyGroup
Update(ImmutableArray<PropertySymbol> properties, BoundExpression? receiverOpt, LookupResultKind resultKind)
6133
var
result = new BoundPropertyGroup(this.Syntax, properties, receiverOpt, resultKind, this.HasErrors);
9155
return VisitPropertyGroup((
BoundPropertyGroup
)node, arg);
9465
public virtual R VisitPropertyGroup(
BoundPropertyGroup
node, A arg) => this.DefaultVisit(node, arg);
9701
public virtual BoundNode? VisitPropertyGroup(
BoundPropertyGroup
node) => this.DefaultVisit(node);
10453
public override BoundNode? VisitPropertyGroup(
BoundPropertyGroup
node)
11731
public override BoundNode? VisitPropertyGroup(
BoundPropertyGroup
node)
13910
public override BoundNode? VisitPropertyGroup(
BoundPropertyGroup
node)
13914
BoundPropertyGroup
updatedNode;
16373
public override TreeDumperNode VisitPropertyGroup(
BoundPropertyGroup
node, object? arg) => new TreeDumperNode("propertyGroup", null, new TreeDumperNode[]
Lowering\DiagnosticsPass_Warnings.cs (1)
936
public override BoundNode VisitPropertyGroup(
BoundPropertyGroup
node)