1 write to _attribute
PresentationFramework (1)
MS\Internal\Annotations\Serializer.cs (1)
46_attribute = obj as XmlRootAttribute;
4 references to _attribute
PresentationFramework (4)
MS\Internal\Annotations\Serializer.cs (4)
47if (_attribute != null) 51Invariant.Assert(_attribute != null, "Internal Serializer used for a type with no XmlRootAttribute."); 69writer.WriteStartElement(_attribute.ElementName, _attribute.Namespace);