1 write to _decl
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlName.cs (1)
223
_decl
= schemaInfo.SchemaElement != null
4 references to _decl
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlName.cs (4)
272
return
_decl
as XmlSchemaElement;
280
return
_decl
as XmlSchemaAttribute;
309
&& (object)schemaInfo.SchemaElement == (object)(
_decl
as XmlSchemaElement)
310
&& (object)schemaInfo.SchemaAttribute == (object)(
_decl
as XmlSchemaAttribute))