1 implementation of AddElement
Microsoft.DotNet.ApiCompatibility (1)
Mapping\ElementMapper.cs (1)
48
public virtual void
AddElement
(T element, ElementSide side, int setIndex = 0)
13 references to AddElement
Microsoft.DotNet.ApiCompatibility (13)
ApiComparer.cs (8)
51
assemblyMapper.
AddElement
(left, ElementSide.Left);
52
assemblyMapper.
AddElement
(right, ElementSide.Right);
65
assemblySetMapper.
AddElement
(left, ElementSide.Left);
66
assemblySetMapper.
AddElement
(right, ElementSide.Right);
99
assemblyMapper.
AddElement
(left, ElementSide.Left);
102
assemblyMapper.
AddElement
(right[i], ElementSide.Right, i);
116
assemblySetMapper.
AddElement
(left, ElementSide.Left);
119
assemblySetMapper.
AddElement
(right[rightIndex], ElementSide.Right, rightIndex);
Mapping\AssemblyMapper.cs (1)
97
mapper.
AddElement
(ns, side, setIndex);
Mapping\AssemblySetMapper.cs (1)
53
mapper.
AddElement
(assemblyContainer, side, setIndex);
Mapping\NamespaceMapper.cs (1)
100
mapper.
AddElement
(type, side, setIndex);
Mapping\TypeMapper.cs (2)
104
mapper.
AddElement
(nestedType, side, setIndex);
147
mapper.
AddElement
(member, side, setIndex);