3 references to ExperimentalState
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\ObsoleteAttributeHelpers.vb (2)
83Return GetDiagnosticKind(context, forceComplete, getStateFromSymbol:=Function(s) s.ExperimentalState) 96Return GetDiagnosticKind(context, forceComplete, getStateFromSymbol:=Function(s) s.ExperimentalState)
Symbols\Symbol_Attributes.vb (1)
637Debug.Assert(Me.ExperimentalState <> ThreeState.Unknown, "ExperimentalState should be true or false now.")