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