7 references to HandleMethodCallHelper
ILLink.RoslynAnalyzer (7)
DataFlow\LocalDataFlowVisitor.cs (7)
282 HandleMethodCallHelper (setMethod, instanceValue, arguments.ToImmutableArray (), operation, state); 313 HandleMethodCallHelper (setMethod, instanceValue, argumentsBuilder.ToImmutableArray (), operation, state); 438 HandleMethodCallHelper (addMethod, instanceValue, ImmutableArray.Create (value), operation, state); 444 HandleMethodCallHelper (removeMethod, instanceValue, ImmutableArray.Create (value), operation, state); 618 return HandleMethodCallHelper (getMethod!, instanceValue, arguments.ToImmutableArray (), operation, state); 652 return HandleMethodCallHelper (getMethod, instanceValue, ImmutableArray.Create (indexArgumentValue), operation, state); 829 return HandleMethodCallHelper (