8 references to StateFlags
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (4)
329
If (m_lazyState And
StateFlags
.ReportedVarianceDiagnostics) <> 0 Then
352
StateFlags
.ReportedVarianceDiagnostics,
3153
If (m_lazyState And
StateFlags
.FlattenedMembersIsSortedMask) <> 0 Then
3164
ThreadSafeFlagOperations.Set(m_lazyState,
StateFlags
.FlattenedMembersIsSortedMask)
Symbols\Source\SourceNamedTypeSymbol.vb (4)
1616
If (m_lazyState And
StateFlags
.ReportedBaseClassConstraintsDiagnostics) <> 0 Then
1654
StateFlags
.ReportedBaseClassConstraintsDiagnostics,
1670
If (m_lazyState And
StateFlags
.ReportedInterfacesConstraintsDiagnostics) <> 0 Then
1691
StateFlags
.ReportedInterfacesConstraintsDiagnostics,