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