7 references to HandleMethodCallHelper
ILLink.RoslynAnalyzer (7)
DataFlow\LocalDataFlowVisitor.cs (7)
300HandleMethodCallHelper(setMethod, instanceValue, arguments.ToImmutableArray(), operation, state);
334HandleMethodCallHelper(setMethod, instanceValue, argumentsBuilder.ToImmutableArray(), operation, state);
465HandleMethodCallHelper(addMethod, instanceValue, ImmutableArray.Create(value), operation, state);
473HandleMethodCallHelper(removeMethod, instanceValue, ImmutableArray.Create(value), operation, state);
662return HandleMethodCallHelper(getMethod!, instanceValue, arguments.ToImmutableArray(), operation, state);
698return HandleMethodCallHelper(getMethod, instanceValue, ImmutableArray.Create(indexArgumentValue), operation, state);
882return HandleMethodCallHelper(