8 references to GetLabelId
Microsoft.CodeAnalysis.Test.Utilities (8)
Compilation\OperationTreeVerifier.cs (8)
519var exitLabelStr = $", Exit Label Id: {GetLabelId(operation.ExitLabel)}"; 532GetLabelId(c.Label); 635propertyStringBuilder.Append($", Continue Label Id: {GetLabelId(operation.ContinueLabel)}"); 636propertyStringBuilder.Append($", Exit Label Id: {GetLabelId(operation.ExitLabel)}"); 671LogString($" (Label Id: {GetLabelId(operation.Label)})"); 684var labelStr = !(operation.Target.IsImplicitlyDeclared || _labelIdMap.ContainsKey(operation.Target)) ? $", Label: {operation.Target.Name}" : $", Label Id: {GetLabelId(operation.Target)}"; 719LogString($" (Exit Label Id: {GetLabelId(operation.ExitLabel)})"); 1827LogString($" (Label Id: {GetLabelId(operation.Label)})");