8 references to GetLabelId
Microsoft.CodeAnalysis.Test.Utilities (8)
Compilation\OperationTreeVerifier.cs (8)
507
var exitLabelStr = $", Exit Label Id: {
GetLabelId
(operation.ExitLabel)}";
520
GetLabelId
(c.Label);
623
propertyStringBuilder.Append($", Continue Label Id: {
GetLabelId
(operation.ContinueLabel)}");
624
propertyStringBuilder.Append($", Exit Label Id: {
GetLabelId
(operation.ExitLabel)}");
659
LogString($" (Label Id: {
GetLabelId
(operation.Label)})");
672
var labelStr = !(operation.Target.IsImplicitlyDeclared || _labelIdMap.ContainsKey(operation.Target)) ? $", Label: {operation.Target.Name}" : $", Label Id: {
GetLabelId
(operation.Target)}";
707
LogString($" (Exit Label Id: {
GetLabelId
(operation.ExitLabel)})");
1824
LogString($" (Label Id: {
GetLabelId
(operation.Label)})");