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)
641
Return BinderBuilder.CreateBinderForMethodBody(methodSymbol, methodSymbol.
Syntax
, containingBinder)
Compilation\DocumentationComments\DocumentationCommentCompiler.Method.vb (1)
64
TryGetDocCommentTriviaAndGenerateDiagnostics(method.
Syntax
)
Symbols\Source\SourceMethodSymbol.vb (5)
804
Return IsDefinedInSourceTree(Me.
Syntax
, tree, definedWithinSpan, cancellationToken)
2249
Return binder.GetSpecialType(SpecialType.System_Void,
Syntax
, diagBag)
2254
binder.GetWellKnownType(WellKnownType.System_Runtime_InteropServices_WindowsRuntime_EventRegistrationToken,
Syntax
, diagBag),
2255
binder.GetSpecialType(SpecialType.System_Void,
Syntax
, diagBag))
2270
retType = binder.GetSpecialType(SpecialType.System_Void,
Syntax
, diagBag)