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