7 references to End
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (4)
551ValidateRecordType(FramingRecordType.End, (FramingRecordType)bytes[offset]); 723if (recordType == FramingRecordType.End) 778ValidateRecordType(FramingRecordType.End, (FramingRecordType)bytes[offset]); 870if (recordType == FramingRecordType.End)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingEncoders.cs (3)
204(Byte)FramingRecordType.End 298(byte)0, (byte)FramingRecordType.End }; 301(byte)FramingRecordType.End };