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