1 write to _defaultAttributes
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
430_defaultAttributes = new ArrayList();
5 references to _defaultAttributes
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (5)
428if (_defaultAttributes == null) 434_defaultAttributes.Clear(); 436_validator.GetUnspecifiedDefaultAttributes(_defaultAttributes); 440for (int i = 0; i < _defaultAttributes.Count; i++) 442schemaAttribute = _defaultAttributes[i] as XmlSchemaAttribute;