1 write to _ctor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Serializer.cs (1)
63_ctor = type.GetConstructor(new Type[0]);
1 reference to _ctor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Serializer.cs (1)
96IXmlSerializable serializable = (IXmlSerializable)_ctor.Invoke(new object[0]);