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