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