6 references to BoundConstantPattern
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Operators.cs (2)
4906
boundConstantPattern = new
BoundConstantPattern
(
4912
boundConstantPattern = new
BoundConstantPattern
(
Binder\Binder_Patterns.cs (2)
923
return new
BoundConstantPattern
(
927
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);