14 references to HeaderType
dotnet-svcutil-lib (14)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (14)
425if (i == exceptIndex || header.HeaderType != HeaderType.BufferedMessageHeader) 507switch (header.HeaderType) 520throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.InvalidEnumValue, header.HeaderType))); 970switch (_headers[headerIndex].HeaderType) 983throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.InvalidEnumValue, _headers[headerIndex].HeaderType))); 1042if (_headers[index].HeaderType != HeaderType.WriteableHeader) 1070switch (_headers[index].HeaderType) 1081throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.InvalidEnumValue, _headers[index].HeaderType))); 1258if (_headers[i].HeaderType == HeaderType.BufferedMessageHeader) 1419if (_bufferedMessageData != null && _headers[headerIndex].HeaderType == HeaderType.BufferedMessageHeader) 1585switch (_headers[headerIndex].HeaderType) 1595throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.InvalidEnumValue, _headers[headerIndex].HeaderType))); 1617switch (_headers[headerIndex].HeaderType) 1627throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.InvalidEnumValue, _headers[headerIndex].HeaderType)));