1 write to _defaultAttributes
System.Private.Xml (1)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
410_defaultAttributes = new ArrayList();
5 references to _defaultAttributes
System.Private.Xml (5)
System\Xml\Dom\DocumentSchemaValidator.cs (5)
408if (_defaultAttributes == null) 414_defaultAttributes.Clear(); 416_validator!.GetUnspecifiedDefaultAttributes(_defaultAttributes); 418for (int i = 0; i < _defaultAttributes.Count; i++) 420XmlSchemaAttribute schemaAttribute = (XmlSchemaAttribute)_defaultAttributes[i]!;