1 write to _decl
System.Private.Xml (1)
System\Xml\Dom\XmlName.cs (1)
209_decl = schemaInfo.SchemaElement != null
4 references to _decl
System.Private.Xml (4)
System\Xml\Dom\XmlName.cs (4)
258return _decl as XmlSchemaElement; 266return _decl as XmlSchemaAttribute; 295&& (object?)schemaInfo.SchemaElement == (object?)(_decl as XmlSchemaElement) 296&& (object?)schemaInfo.SchemaAttribute == (object?)(_decl as XmlSchemaAttribute))