56 for (
int i = 0; i <
_size; i++)
96 for (
int i = 0; i <
_size; i++)
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
bool ContainsKey(TKey key)
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
void Add(TKey key, TValue value)
static string Format(string resourceFormat, object p1)
static string Sch_EnumNotStarted
static string Sch_EnumFinished
NamesCollection(List< XmlSchemaObjectEntry > entries, int size)
readonly List< XmlSchemaObjectEntry > _entries
IEnumerator GetEnumerator()
void CopyTo(Array array, int arrayIndex)
void CopyTo(Array array, int arrayIndex)
readonly List< XmlSchemaObjectEntry > _entries
ValuesCollection(List< XmlSchemaObjectEntry > entries, int size)
IEnumerator GetEnumerator()
XSODictionaryEnumerator(List< XmlSchemaObjectEntry > entries, int size, EnumeratorType enumType)
readonly List< XmlSchemaObjectEntry > _entries
XmlQualifiedName currentKey
XSOEnumerator(List< XmlSchemaObjectEntry > entries, int size, EnumeratorType enumType)
XmlSchemaObject currentValue
readonly EnumeratorType _enumType
readonly List< XmlSchemaObjectEntry > _entries
bool Contains(XmlQualifiedName name)
int FindIndexByValue(XmlSchemaObject xso)
void Remove(XmlQualifiedName name)
readonly Dictionary< XmlQualifiedName, XmlSchemaObject > _table
void Insert(XmlQualifiedName name, XmlSchemaObject value)
void Add(XmlQualifiedName name, XmlSchemaObject value)
void Replace(XmlQualifiedName name, XmlSchemaObject value)
IDictionaryEnumerator GetEnumerator()
XmlSchemaObjectEntry(XmlQualifiedName name, XmlSchemaObject value)