Base:
property
Syntax
Microsoft.CodeAnalysis.VisualBasic.Symbols.SynthesizedMethodBase.Syntax
6 references to Syntax
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (1)
22
Dim syntax As SyntaxNode = Me.
Syntax
Binding\SyntheticBoundTrees\SynthesizedConstructorSymbol.vb (2)
17
Dim returnStmt = New BoundReturnStatement(Me.
Syntax
, Nothing, Nothing, Nothing)
19
Return New BoundBlock(Me.
Syntax
, Nothing, ImmutableArray(Of LocalSymbol).Empty, ImmutableArray.Create(Of BoundStatement)(returnStmt))
Symbols\Source\SynthesizedSubmissionConstructorSymbol.vb (1)
47
Dim node As SyntaxNode = Me.
Syntax
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (2)
Symbols\EEConstructorSymbol.vb (2)
19
Me.
Syntax
,
24
New BoundReturnStatement(Me.
Syntax
, Nothing, Nothing, Nothing)))