4 references to BoundConstantPattern
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (1)
4853
var boundConstantPattern = new
BoundConstantPattern
(
Binder\Binder_Patterns.cs (1)
451
return new
BoundConstantPattern
(
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1088
var nullCheck = new
BoundConstantPattern
(node.Syntax,
Generated\BoundNodes.xml.Generated.cs (1)
8054
var result = new
BoundConstantPattern
(this.Syntax, value, constantValue, inputType, narrowedType, this.HasErrors);