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