4 writes to _type
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (4)
90_type = ValueHandleType.Empty; 104_type = ValueHandleType.ConstString; 110_type = type; 129_type = type;
47 references to _type
dotnet-svcutil-lib (47)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (47)
136switch (_type) 172switch (_type) 221ValueHandleType type = _type; 241ValueHandleType type = _type; 275ValueHandleType type = _type; 305ValueHandleType type = _type; 325ValueHandleType type = _type; 349ValueHandleType type = _type; 371ValueHandleType type = _type; 389if (_type == ValueHandleType.DateTime) 393if (_type == ValueHandleType.UTF8) 402if (_type == ValueHandleType.UniqueId) 404if (_type == ValueHandleType.UTF8) 411if (_type == ValueHandleType.TimeSpan) 413if (_type == ValueHandleType.UTF8) 420if (_type == ValueHandleType.Guid) 422if (_type == ValueHandleType.UTF8) 433if (_type == ValueHandleType.Base64) 439if (_type == ValueHandleType.UTF8 && (_length % 4) == 0) 480ValueHandleType type = _type; 546if (_type != ValueHandleType.UTF8) 577switch (_type) 625if (_type == ValueHandleType.Base64) 633if (_type == ValueHandleType.UTF8 && count >= 3 && (_length % 4) == 0) 656if (_type == ValueHandleType.Unicode) 659if (_type != ValueHandleType.UTF8) 785if (_type == ValueHandleType.Dictionary) 799if (_type == ValueHandleType.Base64) 809DiagnosticUtility.DebugAssert(_type == ValueHandleType.UTF8, ""); 817DiagnosticUtility.DebugAssert(_type == ValueHandleType.Unicode, ""); 823DiagnosticUtility.DebugAssert(_type == ValueHandleType.EscapedUTF8, ""); 845DiagnosticUtility.DebugAssert(_type == ValueHandleType.Char, ""); 851DiagnosticUtility.DebugAssert(_type == ValueHandleType.Int8, ""); 857DiagnosticUtility.DebugAssert(_type == ValueHandleType.Int16, ""); 863DiagnosticUtility.DebugAssert(_type == ValueHandleType.Int32, ""); 869DiagnosticUtility.DebugAssert(_type == ValueHandleType.Int64 || _type == ValueHandleType.TimeSpan || _type == ValueHandleType.DateTime, ""); 875DiagnosticUtility.DebugAssert(_type == ValueHandleType.UInt64, ""); 881DiagnosticUtility.DebugAssert(_type == ValueHandleType.Single, ""); 887DiagnosticUtility.DebugAssert(_type == ValueHandleType.Double, ""); 893DiagnosticUtility.DebugAssert(_type == ValueHandleType.Decimal, ""); 899DiagnosticUtility.DebugAssert(_type == ValueHandleType.UniqueId, ""); 905DiagnosticUtility.DebugAssert(_type == ValueHandleType.Guid, ""); 911DiagnosticUtility.DebugAssert(_type == ValueHandleType.Base64, ""); 917DiagnosticUtility.DebugAssert(_type == ValueHandleType.Dictionary, ""); 923DiagnosticUtility.DebugAssert(_type == ValueHandleType.QName, "");