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)
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
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionConstructorSymbol.vb (1)
67Dim factory = New SyntheticBoundNodeFactory(Me, Me, Syntax, compilationState, diagnostics)