2 references to BoundNameOfOperator
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Expressions.vb (1)
744
Return New
BoundNameOfOperator
(node, argument, ConstantValue.Create(value), GetSpecialType(SpecialType.System_String, node, diagnostics))
Generated\BoundNodes.xml.Generated.vb (1)
9156
Dim result = New
BoundNameOfOperator
(Me.Syntax, argument, constantValueOpt, type, Me.HasErrors)