5 references to Undefined
Microsoft.CodeAnalysis.AnalyzerUtilities (5)
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAbstractValue.cs (2)
23public static PointsToAbstractValue Undefined { get; } = new PointsToAbstractValue(PointsToAbstractValueKind.Undefined, NullAbstractValue.Undefined); 35Debug.Assert(nullState != NullAbstractValue.Undefined);
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAnalysis.NullAbstractValueDomain.cs (3)
20public override NullAbstractValue Bottom => NullAbstractValue.Undefined; 38else if (value1 is NullAbstractValue.Invalid or NullAbstractValue.Undefined) 42else if (value2 is NullAbstractValue.Invalid or NullAbstractValue.Undefined)