4 references to
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\ControlFlowPass.cs (2)
35: base(compilation, member, node) 40: base(compilation, member, node, firstInRegion, lastInRegion)
FlowAnalysis\LocalDataFlowPass.cs (2)
40: base(compilation, member, node, nonMonotonicTransferFunction: trackUnassignments) 55: base(compilation, member, node, firstInRegion, lastInRegion, trackRegions: trackRegions, nonMonotonicTransferFunction: trackUnassignments)