4 references to BoundConstantPattern
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Patterns.cs (2)
680return new BoundConstantPattern( 684return 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);