2 references to BoundConstantPattern
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
440
return new
BoundConstantPattern
(
Generated\BoundNodes.xml.Generated.cs (1)
8036
var result = new
BoundConstantPattern
(this.Syntax, value, constantValue, inputType, narrowedType, this.HasErrors);