2 writes to AlgorithmData
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\TypeInference\Graph.vb (2)
135current.AlgorithmData = New GraphAlgorithmData(Of TGraphNode)() 193current.AlgorithmData = New GraphAlgorithmData(Of TGraphNode)()
11 references to AlgorithmData
Microsoft.CodeAnalysis.VisualBasic (11)
Semantics\TypeInference\Graph.vb (11)
140If current.AlgorithmData.Color = DFSColor.None Then 155Dim target As StronglyConnectedComponent(Of TGraphNode) = innerOutGoingInterCurrent.AlgorithmData.StronglyConnectedComponent 172node.AlgorithmData.Color = DFSColor.Grey 175If current.AlgorithmData.Color = DFSColor.None Then 180node.AlgorithmData.Color = DFSColor.Black 182Debug.Assert(node.AlgorithmData.StronglyConnectedComponent Is Nothing) 184node.AlgorithmData.StronglyConnectedComponent = sccNode 203If current.AlgorithmData.Color = DFSColor.None Then 216node.AlgorithmData.Color = DFSColor.Grey 219If current.AlgorithmData.Color = DFSColor.None Then 224node.AlgorithmData.Color = DFSColor.Black