4 references to StateFlags
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\SourceMemberMethodSymbol.vb (4)
205If (_lazyState And StateFlags.AllDiagnosticsReported) <> 0 Then 271ContainingSourceModule.AtomicSetFlagAndStoreDiagnostics(_lazyState, StateFlags.AllDiagnosticsReported, 0, diagnostics) 515Return (_lazyState And StateFlags.SuppressDuplicateProcDefDiagnostics) <> 0 519Dim stateChanged = ThreadSafeFlagOperations.Set(_lazyState, StateFlags.SuppressDuplicateProcDefDiagnostics)