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