3 references to ExperimentalState
Microsoft.CodeAnalysis.CSharp (3)
Symbols\ObsoleteAttributeHelpers.cs (2)
106return getDiagnosticKind(containingMember, forceComplete, getStateFromSymbol: static (symbol) => symbol.ExperimentalState); 119return getDiagnosticKind(containingMember, forceComplete, getStateFromSymbol: static (symbol) => symbol.ExperimentalState);
Symbols\Symbol_Attributes.cs (1)
955Debug.Assert(this.ExperimentalState != ThreeState.Unknown, "ExperimentalState should be true or false now.");