2 writes to _syntax
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\SyntheticBoundNodeFactory.vb (2)
57_syntax = value 77Me._syntax = node
46 references to _syntax
Microsoft.CodeAnalysis.VisualBasic (46)
Lowering\SyntheticBoundNodeFactory.vb (46)
54Return _syntax 158Dim boundNode = New BoundMeReference(_syntax, Me.CurrentMethod.MeParameter.Type) 170New BoundValueTypeMeReference(_syntax, Me.CurrentMethod.MeParameter.Type)) 178Dim boundNode = New BoundMyBaseReference(_syntax, Me.CurrentMethod.MeParameter.Type.BaseTypeNoUseSiteDiagnostics) 184Dim boundNode = New BoundParameter(_syntax, p, isLValue, p.Type) 190Dim boundNode = New BoundFieldAccess(_syntax, receiver, f, isLValue, f.Type) 227Return Binder.GetSpecialType(Me.Compilation, st, _syntax, Me.Diagnostics) 245Return Binder.GetWellKnownType(Me.Compilation, wt, _syntax, Me.Diagnostics) 255Me.Diagnostics.Add(useSiteInfo, _syntax) 276Me.Diagnostics.Add(useSiteInfo, _syntax) 291Dim boundNode = New BoundExpressionStatement(_syntax, expr) 301Dim boundNode = New BoundAssignmentOperator(_syntax, left, right, True) 310Dim boundNode = New BoundReferenceAssignment(_syntax, Local(byRefLocal, isLValue:=True), lValue, isLValue:=True, type:=lValue.Type) 320Dim boundNode = New BoundBlock(_syntax, Nothing, locals, statements) 366Dim boundNode = New BoundReturnStatement(_syntax, expression, Nothing, Nothing) 443Dim boundNode = New BoundLiteral(_syntax, ConstantValue.Create(value), SpecialType(Microsoft.CodeAnalysis.SpecialType.System_Boolean)) 449Dim boundNode = New BoundLiteral(_syntax, ConstantValue.Create(value), SpecialType(Microsoft.CodeAnalysis.SpecialType.System_Int32)) 459Dim boundNode = New BoundBadExpression(_syntax, LookupResultKind.Empty, ImmutableArray(Of Symbol).Empty, ImmutableArray.Create(subExpressions), ErrorTypeSymbol.UnknownResultType, hasErrors:=True) 471Dim boundNode = New BoundObjectCreationExpression(_syntax, ctor, ImmutableArray.Create(args), Nothing, ctor.ContainingType) 477Dim boundNode = New BoundObjectCreationExpression(_syntax, 612Dim boundCondGoto = New BoundConditionalGoto(_syntax, condition, False, alt) 654Dim boundNode = New BoundThrowStatement(_syntax, e) 660Dim boundNode = New BoundLocal(_syntax, localSym, isLValue, localSym.Type) 686Dim boundNode = New BoundSequence(_syntax, locals, sideEffects, result, result.Type) 701Dim boundNode = New BoundSelectStatement(_syntax, Me.ExpressionStatement(ex), Nothing, sectionsArray, True, breakLabel) 733Dim boundCaseClause = New BoundSimpleCaseClause(_syntax, Literal(i), Nothing) 738Dim boundCaseStatement = New BoundCaseStatement(_syntax, builder.ToImmutableAndFree(), Nothing) 740Dim boundCaseBlock = New BoundCaseBlock(_syntax, boundCaseStatement, Block(ImmutableArray.Create(Of BoundStatement)(statements))) 746Dim boundNode = New BoundGotoStatement(_syntax, label, Nothing) 756Dim boundNode = New BoundLabelStatement(_syntax, labelSym) 762Dim boundNode = New BoundLiteral(_syntax, ConstantValue.Create(value), SpecialType(Microsoft.CodeAnalysis.SpecialType.System_String)) 769Dim boundNode = New BoundLiteral(_syntax, value, SpecialType(Microsoft.CodeAnalysis.SpecialType.System_String)) 794Dim boundNode = New BoundArrayAccess(_syntax, array, indices, isLValue, (DirectCast(array.Type, ArrayTypeSymbol)).ElementType) 808Dim boundNode = New BoundExpressionStatement(_syntax, [Call](Base(), ctor, args)) 818Dim nullLiteral As BoundExpression = New BoundLiteral(_syntax, ConstantValue.Null, Nothing) 825Dim nullLiteral As BoundExpression = New BoundLiteral(_syntax, ConstantValue.Null, type) 830Dim nullLiteral As BoundExpression = New BoundLiteral(_syntax, ConstantValue.Null, Nothing) 837Dim boundNode = New BoundTypeExpression(_syntax, typeSym) 860Dim boundNode = New BoundGetType(_syntax, Type(typeSym), getTypeFromHandle, systemTypeSymbol, hasErrors:=getTypeFromHandle Is Nothing) 866Dim boundNode = New BoundTypeArguments(_syntax, typeArgs) 949Dim boundNode = New BoundFieldInfo(_syntax, field, WellKnownType(Microsoft.CodeAnalysis.WellKnownType.System_Reflection_FieldInfo)) 1026Dim boundNode = New BoundConversion(_syntax, arg, convKind, isChecked, True, ConstantValue.NotAvailable, type) 1037Dim boundArrayInit = New BoundArrayInitialization(_syntax, elements, arrayType) 1039Return New BoundArrayCreation(_syntax, ImmutableArray.Create(Of BoundExpression)(Literal(elements.Length)), boundArrayInit, arrayType) 1044Dim arrayInitialization As BoundArrayInitialization = If(Not elements.IsDefaultOrEmpty, New BoundArrayInitialization(_syntax, elements, arrayType), Nothing) 1046Dim arrayCreation As New BoundArrayCreation(_syntax, bounds, arrayInitialization, arrayType)