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