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