2 writes to _isValueType
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (2)
1118
_isValueType
= type.GetTypeInfo().IsValueType;
1166
set {
_isValueType
= value; }
1 reference to _isValueType
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
1165
get { return
_isValueType
; }