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