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