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