2 references to DoesNotSurvive
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\PipelinePhaseValidator.cs (2)
100
if (_completedPhase >=
DoesNotSurvive
(node.Kind))
101
Debug.Assert(false, $"Bound nodes of kind {node.Kind} should not survive past {
DoesNotSurvive
(node.Kind)}");