1 write to InterproceduralState
ILLink.RoslynAnalyzer (1)
DataFlow\LocalDataFlowVisitor.cs (1)
88InterproceduralState = interproceduralState;
8 references to InterproceduralState
ILLink.RoslynAnalyzer (8)
DataFlow\LocalDataFlowAnalysis.cs (1)
124interproceduralState = visitor.InterproceduralState;
DataFlow\LocalDataFlowVisitor.cs (7)
237InterproceduralState.TrackHoistedLocal(local); 240if (InterproceduralState.TryGetHoistedLocal(local, out TValue? value)) 250InterproceduralState.TrackHoistedLocal(local); 253if (InterproceduralState.TrySetHoistedLocal(local, value)) 1225InterproceduralState.TrackMethod(new MethodBodyValue(localFunction, localFunctionCFG)); 1380InterproceduralState.TrackMethod(new MethodBodyValue(lambda, lambdaCFG)); 1527InterproceduralState.TrackMethod(new MethodBodyValue(localFunction, localFunctionCFG));