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