1 write to _ctor
PresentationFramework (1)
MS\Internal\Annotations\Serializer.cs (1)
55
_ctor
= type.GetConstructor(Array.Empty<Type>());
1 reference to _ctor
PresentationFramework (1)
MS\Internal\Annotations\Serializer.cs (1)
88
IXmlSerializable serializable = (IXmlSerializable)
_ctor
.Invoke(Array.Empty<object>());