Microsoft.NetCore.Analyzers\Security\DataSetDataTableInSerializableObjectGraphAnalyzer.cs (1)
202.Arguments[0]
Microsoft.NetCore.Analyzers\Security\UseAutoValidateAntiforgeryToken.cs (1)
184.Arguments
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (18)
976invocation.Arguments[0] == operation &&
1704if (invocation.Arguments.Length == 1 && FlowBranchConditionKind == ControlFlowConditionKind.WhenFalse)
1706_ = SetValueForIsNullComparisonOperator(invocation.Arguments[0].Value, equals: false, targetAnalysisData: targetAnalysisData);
1715if (invocation.Arguments.Length == 2 &&
1720leftOperand = invocation.Arguments[0].Value;
1721rightOperand = invocation.Arguments[1].Value;
1723(AnalysisEntityFactory.TryCreate(invocation.Arguments[0].Value, out var analysisEntity) &&
1732if (invocation.Arguments.Length == 1 &&
1738rightOperand = invocation.Arguments[0].Value;
3180PostVisitInvocation(method, operation.Arguments);
3189switch (operation.Arguments.Length)
3200var wrappedOperationValue = GetCachedAbstractValue(operation.Arguments[0].Value);
3212value = GetCachedAbstractValue(operation.Arguments.GetArgumentForParameterAtIndex(0));
3218PostVisitInvocation(operation.TargetMethod, operation.Arguments);
3275return VisitInvocation_NonLambdaOrDelegateOrLocalFunction(operation.TargetMethod, operation.Instance, operation.Arguments,
3471VisitInvocation_LocalFunction(method, operation.Arguments, operation, defaultValue) :
3472VisitInvocation_NonLambdaOrDelegateOrLocalFunction(method, instance, operation.Arguments,
3485computeValueForInvocation: () => VisitInvocation_Lambda(lambda, operation.Arguments, operation, defaultValue),