6 references to BoundConstantPattern
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Operators.cs (2)
5001
boundConstantPattern = new
BoundConstantPattern
(
5007
boundConstantPattern = new
BoundConstantPattern
(
Binder\Binder_Patterns.cs (2)
541
return new
BoundConstantPattern
(
550
return new
BoundConstantPattern
(
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1167
var nullCheck = new
BoundConstantPattern
(node.Syntax,
Generated\BoundNodes.xml.Generated.cs (1)
8173
var result = new
BoundConstantPattern
(this.Syntax, value, constantValue, unionMatchingMode, inputType, narrowedType, this.HasErrors);