2 references to ArgumentInfo
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (2)
2506
var extraArgument = new
ArgumentInfo
<TAbstractAnalysisValue>(
2541
builder.Add(GetMappedParameterForArgument(argument), new
ArgumentInfo
<TAbstractAnalysisValue>(argument, argumentEntity, instanceLocation, argumentValue));