2 writes to _underlyingType
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (2)
1116_underlyingType = type; 1124set { _underlyingType = value; }
1 reference to _underlyingType
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
1123get { return _underlyingType; }