4 references to BoundConstantPattern
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Patterns.cs (2)
680
return new
BoundConstantPattern
(
684
return new
BoundConstantPattern
(
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1097
var nullCheck = new
BoundConstantPattern
(node.Syntax,
Generated\BoundNodes.xml.Generated.cs (1)
8192
var result = new
BoundConstantPattern
(this.Syntax, value, constantValue, isUnionMatching, inputType, narrowedType, this.HasErrors);