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)
57
this.
Add
(kv.Key, kv.Value);