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