1 write to _attributeType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttribute.cs (1)
201_attributeType = value;
7 references to _attributeType
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttribute.cs (7)
147if (_attributeType == null) 150if (_attributeType.QualifiedName.Namespace == XmlReservedNs.NsXs) 152return _attributeType.Datatype; 154return _attributeType; 165get { return _attributeType; } 186if (_attributeType != null) 188return _attributeType.Datatype;