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)
137
Return MyBase.GenerateDebugInfoImpl AndAlso Not
IsAsync
181
If Me.
IsAsync
OrElse Me.IsIterator Then
184
If Me.
IsAsync
Then
221
(methodImpl.
IsAsync
OrElse methodImpl.IsIterator) AndAlso
242
If methodImpl.
IsAsync
AndAlso (methodImpl.ImplementationAttributes And Reflection.MethodImplAttributes.Synchronized) <> 0 Then
Symbols\Source\SourceMethodSymbol.vb (4)
125
If methodSym.
IsAsync
Then
1839
(methodImpl.
IsAsync
OrElse methodImpl.IsIterator) AndAlso
2349
If Not (Me.
IsAsync
AndAlso Me.IsIterator) Then
2356
If Me.
IsAsync
Then