3 references to GetValueContentAbstractValue
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (2)
178
valueContentBuilder.Add(this.
GetValueContentAbstractValue
(argumentOperation.Value));
300
this.
GetValueContentAbstractValue
(operation.Value));
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\TaintedDataAnalysis\TaintedDataAnalysis.TaintedDataOperationVisitor.cs (1)
506
&& operation.ElementValues.All(s =>
GetValueContentAbstractValue
(s).IsLiteralState))