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