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