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