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)
272return _decl as XmlSchemaElement; 280return _decl as XmlSchemaAttribute; 309&& (object)schemaInfo.SchemaElement == (object)(_decl as XmlSchemaElement) 310&& (object)schemaInfo.SchemaAttribute == (object)(_decl as XmlSchemaAttribute))