4 references to BoundConstantPattern
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (1)
4853var boundConstantPattern = new BoundConstantPattern(
Binder\Binder_Patterns.cs (1)
451return new BoundConstantPattern(
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1088var nullCheck = new BoundConstantPattern(node.Syntax,
Generated\BoundNodes.xml.Generated.cs (1)
8054var result = new BoundConstantPattern(this.Syntax, value, constantValue, inputType, narrowedType, this.HasErrors);