8 references to StateFlags
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourceEventSymbol.vb (8)
61Return (_lazyState And StateFlags.IsTypeInferred) <> 0
284If (_lazyState And (StateFlags.IsTypeInferred Or StateFlags.IsDelegateFromImplements Or StateFlags.ReportedExplicitImplementationDiagnostics)) <> 0 Then
302ContainingSourceModule.AtomicSetFlagAndStoreDiagnostics(_lazyState, StateFlags.ReportedExplicitImplementationDiagnostics, 0, diagnostics)
467Dim newState = If(isTypeInferred, StateFlags.IsTypeInferred, 0) Or
468If(isDelegateFromImplements, StateFlags.IsDelegateFromImplements, 0)
752Me.ContainingSourceModule.AtomicSetFlagAndRaiseSymbolDeclaredEvent(_lazyState, StateFlags.SymbolDeclaredEvent, 0, Me)