5 references to BinderOpt
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\BoundNodes.xml.Generated.vb (3)
3654
If binderOpt IsNot Me.
BinderOpt
OrElse declarations <> Me.Declarations OrElse arguments <> Me.Arguments OrElse type IsNot Me.Type Then
12456
Return node.Update(node.
BinderOpt
, declarations, arguments, type)
13694
New TreeDumperNode("binderOpt", node.
BinderOpt
, Nothing),
Lowering\LocalRewriter\LocalRewriter_AnonymousTypeCreationExpression.vb (2)
33
Dim local As LocalSymbol = If(node.
BinderOpt
IsNot Nothing,
34
node.
BinderOpt
.GetAnonymousTypePropertyLocal(index),