4 references to DynamicAttributeSize
Microsoft.CodeAnalysis (4)
CustomDebugInfoEncoder.cs (2)
156Debug.Assert(info.Flags.Length <= DynamicAttributeSize); 160builder.WriteBytes(0, sizeof(byte) * (DynamicAttributeSize - info.Flags.Length));
PEWriter\CustomDebugInfoWriter.cs (2)
213var flags = new byte[CustomDebugInfoEncoder.DynamicAttributeSize]; 231dynamicTransformFlags.Length <= CustomDebugInfoEncoder.DynamicAttributeSize &&