3 references to Constructor
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (2)
1312
if (this.
Constructor
== null)
1358
if (ConstructorRequiresMemberAccess(
Constructor
))
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (1)
504
ConstructorInfo constructor = collectionContract.
Constructor
;