Base:
property
IsAsync
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.MethodSymbol.IsAsync
9 references to IsAsync
Microsoft.CodeAnalysis.VisualBasic (9)
Symbols\Source\SourceMemberMethodSymbol.vb (5)
138
Return MyBase.GenerateDebugInfoImpl AndAlso Not
IsAsync
182
If Me.
IsAsync
OrElse Me.IsIterator Then
185
If Me.
IsAsync
Then
222
(methodImpl.
IsAsync
OrElse methodImpl.IsIterator) AndAlso
243
If methodImpl.
IsAsync
AndAlso (methodImpl.ImplementationAttributes And Reflection.MethodImplAttributes.Synchronized) <> 0 Then
Symbols\Source\SourceMethodSymbol.vb (4)
126
If methodSym.
IsAsync
Then
1840
(methodImpl.
IsAsync
OrElse methodImpl.IsIterator) AndAlso
2350
If Not (Me.
IsAsync
AndAlso Me.IsIterator) Then
2357
If Me.
IsAsync
Then