2 references to BoundTypeExpression
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\Constructors.cs (1)
544: this(syntax, aliasOpt, boundContainingTypeOpt, boundDimensionsOpt, typeWithAnnotations, typeWithAnnotations.Type, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
1093var result = new BoundTypeExpression(this.Syntax, aliasOpt, boundContainingTypeOpt, boundDimensionsOpt, typeWithAnnotations, type, this.HasErrors);