3 references to Add
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilderEmit.cs (2)
188_labelInfos.Add(label, new LabelInfo(_emitState.CurStack, isConditional)); 288_labelInfos.Add(label, new LabelInfo(curStack, true));
Collections\SmallDictionary.cs (1)
57this.Add(kv.Key, kv.Value);