Base:
property
Syntax
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.SynthesizedMethodBase.Syntax
5 references to Syntax
Microsoft.CodeAnalysis.VisualBasic (5)
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
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionConstructorSymbol.vb (1)
67
Dim factory = New SyntheticBoundNodeFactory(Me, Me,
Syntax
, compilationState, diagnostics)