6 references to StateFlags
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Source\SourceNamespaceSymbol.vb (6)
47
_lazyState =
StateFlags
.HasMultipleSpellings
200
If (_lazyState And
StateFlags
.AllMembersIsSorted) <> 0 Then
211
ThreadSafeFlagOperations.Set(_lazyState,
StateFlags
.AllMembersIsSorted)
366
If (_lazyState And
StateFlags
.DeclarationValidated) <> 0 Then
397
If _containingModule.AtomicSetFlagAndStoreDiagnostics(_lazyState,
StateFlags
.DeclarationValidated, 0, diagnostics) Then
506
Return (_lazyState And
StateFlags
.HasMultipleSpellings) <> 0