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,
3143
If (m_lazyState And
StateFlags
.FlattenedMembersIsSortedMask) <> 0 Then
3154
ThreadSafeFlagOperations.Set(m_lazyState,
StateFlags
.FlattenedMembersIsSortedMask)
Symbols\Source\SourceNamedTypeSymbol.vb (4)
1611
If (m_lazyState And
StateFlags
.ReportedBaseClassConstraintsDiagnostics) <> 0 Then
1647
StateFlags
.ReportedBaseClassConstraintsDiagnostics,
1663
If (m_lazyState And
StateFlags
.ReportedInterfacesConstraintsDiagnostics) <> 0 Then
1682
StateFlags
.ReportedInterfacesConstraintsDiagnostics,