1 write to BoundContainingTypeOpt
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1075
this.
BoundContainingTypeOpt
= boundContainingTypeOpt;
9 references to BoundContainingTypeOpt
Microsoft.CodeAnalysis.CSharp (9)
CodeGen\Optimizer.cs (1)
2263
if (receiverOpt is BoundTypeExpression { AliasOpt: null,
BoundContainingTypeOpt
: null, BoundDimensionsOpt: { IsEmpty: true }, Type: { TypeKind: TypeKind.TypeParameter } } typeExpression)
FlowAnalysis\NullableWalker.cs (2)
11207
if (node.
BoundContainingTypeOpt
!= null)
11209
VisitTypeExpression(node.
BoundContainingTypeOpt
);
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
347
Visit(node.
BoundContainingTypeOpt
);
Generated\BoundNodes.xml.Generated.cs (5)
1091
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(aliasOpt, this.AliasOpt) || boundContainingTypeOpt != this.
BoundContainingTypeOpt
|| boundDimensionsOpt != this.BoundDimensionsOpt || typeWithAnnotations != this.TypeWithAnnotations || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
9836
this.Visit(node.
BoundContainingTypeOpt
);
10914
BoundTypeExpression? boundContainingTypeOpt = (BoundTypeExpression?)this.Visit(node.
BoundContainingTypeOpt
);
12467
BoundTypeExpression? boundContainingTypeOpt = (BoundTypeExpression?)this.Visit(node.
BoundContainingTypeOpt
);
15132
new TreeDumperNode("boundContainingTypeOpt", null, new TreeDumperNode[] { Visit(node.
BoundContainingTypeOpt
, null) }),