10 references to StateFlags
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\Source\SourceEventSymbol.vb (10)
63Return (_lazyState And StateFlags.IsTypeInferred) <> 0
287If (_lazyState And (StateFlags.IsTypeInferred Or StateFlags.IsDelegateFromImplements Or StateFlags.ReportedExplicitImplementationDiagnostics)) <> 0 Then
305ContainingSourceModule.AtomicSetFlagAndStoreDiagnostics(_lazyState, StateFlags.ReportedExplicitImplementationDiagnostics, 0, diagnostics)
470Dim newState = If(isTypeInferred, StateFlags.IsTypeInferred, 0) Or
471If(isDelegateFromImplements, StateFlags.IsDelegateFromImplements, 0)
754If (_lazyState And StateFlags.TypeConstraintsChecked) = 0 Then
759sourceModule.AtomicSetFlagAndStoreDiagnostics(_lazyState, StateFlags.TypeConstraintsChecked, 0, diagnostics)
764Me.ContainingSourceModule.AtomicSetFlagAndRaiseSymbolDeclaredEvent(_lazyState, StateFlags.SymbolDeclaredEvent, 0, Me)