Base:
property
Syntax
Microsoft.CodeAnalysis.VisualBasic.Symbols.MethodSymbol.Syntax
8 references to Syntax
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\BinderBuilder.vb (1)
416Return CreateBinderForMethodBody(methodSymbol, methodSymbol.Syntax,
Binding\BinderFactory.vb (1)
641Return BinderBuilder.CreateBinderForMethodBody(methodSymbol, methodSymbol.Syntax, containingBinder)
Compilation\DocumentationComments\DocumentationCommentCompiler.Method.vb (1)
64TryGetDocCommentTriviaAndGenerateDiagnostics(method.Syntax)
Symbols\Source\SourceMethodSymbol.vb (5)
804Return IsDefinedInSourceTree(Me.Syntax, tree, definedWithinSpan, cancellationToken) 2249Return binder.GetSpecialType(SpecialType.System_Void, Syntax, diagBag) 2254binder.GetWellKnownType(WellKnownType.System_Runtime_InteropServices_WindowsRuntime_EventRegistrationToken, Syntax, diagBag), 2255binder.GetSpecialType(SpecialType.System_Void, Syntax, diagBag)) 2270retType = binder.GetSpecialType(SpecialType.System_Void, Syntax, diagBag)