15 internal void Add(
string id,
object obj)
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
bool ContainsKey(TKey key)
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
bool TryAdd(TKey key, TValue value)
void Add(TKey key, TValue value)
static Exception ThrowHelperError(Exception e)
bool IsObjectReferenced(string id)
Dictionary< string, object > _objectDictionary
void Add(string id, object obj)
Dictionary< string, object > _referencedObjectDictionary
object GetObject(string id)
static SerializationException CreateSerializationException(string errorMessage)
static string Format(string resourceFormat, object p1)
static string MultipleIdDefinition