2 references to HasMTAThreadAttribute
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceMethodSymbol.vb (2)
1872
If methodData IsNot Nothing AndAlso methodData.HasSTAThreadAttribute AndAlso methodData.
HasMTAThreadAttribute
Then
2019
Return decodedData IsNot Nothing AndAlso (decodedData.HasSTAThreadAttribute OrElse decodedData.
HasMTAThreadAttribute
)