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