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