2 references to SerializeHeader
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\Encoding\MethodBodyStreamEncoder.cs (2)
92int bodyOffset = SerializeHeader(codeSize, (ushort)maxStack, exceptionRegionCount, attributes, localVariablesSignature, hasDynamicStackAllocation); 207int bodyOffset = SerializeHeader(codeBuilder.Count, (ushort)maxStack, exceptionRegionCount, attributes, localVariablesSignature, hasDynamicStackAllocation);