6 references to BoundConstantPattern
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Operators.cs (2)
4882boundConstantPattern = new BoundConstantPattern( 4888boundConstantPattern = new BoundConstantPattern(
Binder\Binder_Patterns.cs (2)
1013return new BoundConstantPattern( 1022return new BoundConstantPattern(
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1097var nullCheck = new BoundConstantPattern(node.Syntax,
Generated\BoundNodes.xml.Generated.cs (1)
8172var result = new BoundConstantPattern(this.Syntax, value, constantValue, isUnionMatching, inputType, narrowedType, this.HasErrors);