60 return result !=
null;
78 for (
int i = 0; i <
_strings.Length; i++)
109 if (
value.Dictionary !=
this)
static unsafe void Clear(Array array)
static unsafe void Copy(Array sourceArray, Array destinationArray, int length)
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
void Add(TKey key, TValue value)
static byte Min(byte val1, byte val2)
static byte Max(byte val1, byte val2)
static Exception ThrowHelperArgumentNull(string message)
static Exception ThrowHelperError(Exception e)
static string XmlIDDefined
static string XmlInvalidID
XmlDictionaryString Add(int id, string value)
Dictionary< int, XmlDictionaryString > _stringDict
bool TryLookup(int key, [NotNullWhen(true)] out XmlDictionaryString? result)
XmlDictionaryString[] _strings
bool TryLookup(XmlDictionaryString value, [NotNullWhen(true)] out XmlDictionaryString? result)
bool TryLookup(string value, [NotNullWhen(true)] out XmlDictionaryString? result)
const int MaxArrayEntries