3 references to BoundConstantPattern
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Operators.cs (1)
3205
var boundConstantPattern = new
BoundConstantPattern
(
Binder\Binder_Patterns.cs (1)
439
return new
BoundConstantPattern
(
Generated\BoundNodes.xml.Generated.cs (1)
7722
var result = new
BoundConstantPattern
(this.Syntax, value, constantValue, inputType, narrowedType, this.HasErrors);