3 references to BoundConstantPattern
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Operators.cs (1)
3205var boundConstantPattern = new BoundConstantPattern(
Binder\Binder_Patterns.cs (1)
439return new BoundConstantPattern(
Generated\BoundNodes.xml.Generated.cs (1)
7722var result = new BoundConstantPattern(this.Syntax, value, constantValue, inputType, narrowedType, this.HasErrors);