2 references to BoundParameter
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\Constructors.cs (1)
531
:
this
(syntax, parameterSymbol, parameterSymbol.Type, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
4662
var result = new
BoundParameter
(this.Syntax, parameterSymbol, type, this.HasErrors);