1 instantiation of BoundPropertyGroup
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6134
var result = new
BoundPropertyGroup
(this.Syntax, properties, receiverOpt, resultKind, this.HasErrors);
20 references to BoundPropertyGroup
Microsoft.CodeAnalysis.CSharp (20)
Binder\Binder.ValueChecks.cs (1)
487
expr = BindIndexedPropertyAccess((
BoundPropertyGroup
)expr, mustHaveAllOptionalParameters: false, diagnostics: diagnostics);
Binder\Binder_Expressions.cs (5)
5818
boundMember = BindIndexedPropertyAccess((
BoundPropertyGroup
)boundMember, mustHaveAllOptionalParameters: true, diagnostics: diagnostics);
7914
return BindIndexedPropertyAccess((
BoundPropertyGroup
)expr, mustHaveAllOptionalParameters: false, diagnostics: diagnostics);
8982
var
propertyGroup = (
BoundPropertyGroup
)receiver;
9649
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);
4386
BoundPropertyGroup
boundNode,
Generated\BoundNodes.xml.Generated.cs (10)
6130
public
BoundPropertyGroup
Update(ImmutableArray<PropertySymbol> properties, BoundExpression? receiverOpt, LookupResultKind resultKind)
6134
var
result = new BoundPropertyGroup(this.Syntax, properties, receiverOpt, resultKind, this.HasErrors);
9192
return VisitPropertyGroup((
BoundPropertyGroup
)node, arg);
9502
public virtual R VisitPropertyGroup(
BoundPropertyGroup
node, A arg) => this.DefaultVisit(node, arg);
9738
public virtual BoundNode? VisitPropertyGroup(
BoundPropertyGroup
node) => this.DefaultVisit(node);
10490
public override BoundNode? VisitPropertyGroup(
BoundPropertyGroup
node)
11768
public override BoundNode? VisitPropertyGroup(
BoundPropertyGroup
node)
13947
public override BoundNode? VisitPropertyGroup(
BoundPropertyGroup
node)
13951
BoundPropertyGroup
updatedNode;
16410
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)