5 references to
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\AlwaysAssignedWalker.cs (1)
28: base(compilation, member, node, firstInRegion, lastInRegion)
FlowAnalysis\DataFlowsInWalker.cs (1)
29: base(compilation, member, node, firstInRegion, lastInRegion, unassignedVariables, unassignedVariableAddressOfSyntaxes)
FlowAnalysis\DataFlowsOutWalker.cs (1)
28: base(compilation, member, node, firstInRegion, lastInRegion, unassignedVariables, trackUnassignments: true)
FlowAnalysis\DefinitelyAssignedWalker.cs (1)
32: base(compilation, member, node, firstInRegion, lastInRegion)
FlowAnalysis\ReadWriteWalker.cs (1)
72: base(compilation, member, node, firstInRegion, lastInRegion, unassignedVariableAddressOfSyntaxes: unassignedVariableAddressOfSyntaxes)