1 write to _labelIdMap
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\OperationTreeVerifier.cs (1)
46
_labelIdMap
= new Dictionary<ILabelSymbol, uint>();
3 references to _labelIdMap
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\OperationTreeVerifier.cs (3)
282
if (
_labelIdMap
.TryGetValue(symbol, out var id))
288
_labelIdMap
[symbol] = id;
684
var labelStr = !(operation.Target.IsImplicitlyDeclared ||
_labelIdMap
.ContainsKey(operation.Target)) ? $", Label: {operation.Target.Name}" : $", Label Id: {GetLabelId(operation.Target)}";