2 references to UndefinedState
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\ValueContentAnalysis\ValueContentAbstractValue.cs (1)
86
ValueContainsNonLiteralState.Undefined =>
UndefinedState
,
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\ValueContentAnalysis\ValueContentAnalysis.ValueContentAbstractDomain.cs (1)
20
public override ValueContentAbstractValue Bottom => ValueContentAbstractValue.
UndefinedState
;