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)
269if (_labelIdMap.TryGetValue(symbol, out var id)) 275_labelIdMap[symbol] = id; 666var labelStr = !(operation.Target.IsImplicitlyDeclared || _labelIdMap.ContainsKey(operation.Target)) ? $", Label: {operation.Target.Name}" : $", Label Id: {GetLabelId(operation.Target)}";