10 references to StateFlags
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\Source\SourceEventSymbol.vb (10)
62Return (_lazyState And StateFlags.IsTypeInferred) <> 0
286If (_lazyState And (StateFlags.IsTypeInferred Or StateFlags.IsDelegateFromImplements Or StateFlags.ReportedExplicitImplementationDiagnostics)) <> 0 Then
304ContainingSourceModule.AtomicSetFlagAndStoreDiagnostics(_lazyState, StateFlags.ReportedExplicitImplementationDiagnostics, 0, diagnostics)
469Dim newState = If(isTypeInferred, StateFlags.IsTypeInferred, 0) Or
470If(isDelegateFromImplements, StateFlags.IsDelegateFromImplements, 0)
753If (_lazyState And StateFlags.TypeConstraintsChecked) = 0 Then
758sourceModule.AtomicSetFlagAndStoreDiagnostics(_lazyState, StateFlags.TypeConstraintsChecked, 0, diagnostics)
763Me.ContainingSourceModule.AtomicSetFlagAndRaiseSymbolDeclaredEvent(_lazyState, StateFlags.SymbolDeclaredEvent, 0, Me)