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