8 references to GetLabelId
Microsoft.CodeAnalysis.Test.Utilities (8)
Compilation\OperationTreeVerifier.cs (8)
501var exitLabelStr = $", Exit Label Id: {GetLabelId(operation.ExitLabel)}"; 514GetLabelId(c.Label); 617propertyStringBuilder.Append($", Continue Label Id: {GetLabelId(operation.ContinueLabel)}"); 618propertyStringBuilder.Append($", Exit Label Id: {GetLabelId(operation.ExitLabel)}"); 653LogString($" (Label Id: {GetLabelId(operation.Label)})"); 666var labelStr = !(operation.Target.IsImplicitlyDeclared || _labelIdMap.ContainsKey(operation.Target)) ? $", Label: {operation.Target.Name}" : $", Label Id: {GetLabelId(operation.Target)}"; 701LogString($" (Exit Label Id: {GetLabelId(operation.ExitLabel)})"); 1809LogString($" (Label Id: {GetLabelId(operation.Label)})");