1 write to InterproceduralState
ILLink.RoslynAnalyzer (1)
DataFlow\LocalDataFlowVisitor.cs (1)
73InterproceduralState = interproceduralState;
8 references to InterproceduralState
ILLink.RoslynAnalyzer (8)
DataFlow\LocalDataFlowAnalysis.cs (1)
116interproceduralState = visitor.InterproceduralState;
DataFlow\LocalDataFlowVisitor.cs (7)
217InterproceduralState.TrackHoistedLocal(local); 220if (InterproceduralState.TryGetHoistedLocal(local, out TValue? value)) 230InterproceduralState.TrackHoistedLocal(local); 233if (InterproceduralState.TrySetHoistedLocal(local, value)) 619InterproceduralState.TrackMethod(new MethodBodyValue(localFunction, localFunctionCFG)); 766InterproceduralState.TrackMethod(new MethodBodyValue(lambda, lambdaCFG)); 879InterproceduralState.TrackMethod(new MethodBodyValue(localFunction, localFunctionCFG));