13 references to ObsoleteDiagnosticKind
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder.vb (3)
986Case ObsoleteDiagnosticKind.Diagnostic 988Case ObsoleteDiagnosticKind.Lazy, ObsoleteDiagnosticKind.LazyPotentiallySuppressed
Errors\LazyObsoleteDiagnosticInfo.vb (3)
31Debug.Assert(kind <> ObsoleteDiagnosticKind.Lazy) 32Debug.Assert(kind <> ObsoleteDiagnosticKind.LazyPotentiallySuppressed) 34Dim info = If(kind = ObsoleteDiagnosticKind.Diagnostic,
Symbols\ObsoleteAttributeHelpers.vb (7)
72Friend Shared Function GetObsoleteDiagnosticKind(context As Symbol, symbol As Symbol, Optional forceComplete As Boolean = False) As ObsoleteDiagnosticKind 78Return ObsoleteDiagnosticKind.NotObsolete 80Return ObsoleteDiagnosticKind.Diagnostic 86Return ObsoleteDiagnosticKind.Lazy 91Return ObsoleteDiagnosticKind.Diagnostic 95Return ObsoleteDiagnosticKind.Suppressed 99Return ObsoleteDiagnosticKind.LazyPotentiallySuppressed