9 references to Undefined
Microsoft.CodeAnalysis.NetAnalyzers (9)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerJavascriptSerializerWithSimpleTypeResolver.cs (1)
112
case PointsToAbstractValueKind.
Undefined
:
src\ffd9070534249528\PointsToAnalysis.PointsToAbstractValueDomain.cs (4)
77
result = value2.Kind == PointsToAbstractValueKind.
Undefined
?
83
result = value1.Kind == PointsToAbstractValueKind.
Undefined
?
87
else if (value1.Kind == PointsToAbstractValueKind.
Undefined
)
91
else if (value2.Kind == PointsToAbstractValueKind.
Undefined
)
src\ffd9070534249528\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (1)
178
if (value.Kind == PointsToAbstractValueKind.
Undefined
)
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAbstractValue.cs (1)
22
public static PointsToAbstractValue Undefined { get; } = new PointsToAbstractValue(PointsToAbstractValueKind.
Undefined
, NullAbstractValue.Undefined);
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAnalysisData.cs (1)
140
Debug.Assert(value.Kind != PointsToAbstractValueKind.
Undefined
);
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (1)
2470
if (instancePointsToValue.Kind == PointsToAbstractValueKind.
Undefined
)