1 write to InterproceduralState
ILLink.RoslynAnalyzer (1)
DataFlow\LocalDataFlowVisitor.cs (1)
73InterproceduralState = interproceduralState;
8 references to InterproceduralState
ILLink.RoslynAnalyzer (8)
DataFlow\LocalDataFlowAnalysis.cs (1)
118interproceduralState = visitor.InterproceduralState;
DataFlow\LocalDataFlowVisitor.cs (7)
215InterproceduralState.TrackHoistedLocal(local); 218if (InterproceduralState.TryGetHoistedLocal(local, out TValue? value)) 228InterproceduralState.TrackHoistedLocal(local); 231if (InterproceduralState.TrySetHoistedLocal(local, value)) 680InterproceduralState.TrackMethod(new MethodBodyValue(localFunction, localFunctionCFG)); 833InterproceduralState.TrackMethod(new MethodBodyValue(lambda, lambdaCFG)); 956InterproceduralState.TrackMethod(new MethodBodyValue(localFunction, localFunctionCFG));