1 write to _attribute
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Serializer.cs (1)
55_attribute = obj as XmlRootAttribute;
4 references to _attribute
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Serializer.cs (4)
56if (_attribute != null) 60Invariant.Assert(_attribute != null, "Internal Serializer used for a type with no XmlRootAttribute."); 78writer.WriteStartElement(_attribute.ElementName, _attribute.Namespace);