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)
258
return
_decl
as XmlSchemaElement;
266
return
_decl
as XmlSchemaAttribute;
295
&& (object?)schemaInfo.SchemaElement == (object?)(
_decl
as XmlSchemaElement)
296
&& (object?)schemaInfo.SchemaAttribute == (object?)(
_decl
as XmlSchemaAttribute))