1 write to decl
System.Xml (1)
System\Xml\Dom\XmlName.cs (1)
179
decl
= schemaInfo.SchemaElement != null
4 references to decl
System.Xml (4)
System\Xml\Dom\XmlName.cs (4)
216
return
decl
as XmlSchemaElement;
222
return
decl
as XmlSchemaAttribute;
247
&& (object)schemaInfo.SchemaElement == (object)(
decl
as XmlSchemaElement)
248
&& (object)schemaInfo.SchemaAttribute == (object)(
decl
as XmlSchemaAttribute)) {