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