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