1 write to ILStreamSize
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\ManagedTextSection.cs (1)
76
ILStreamSize
= ilStreamSize;
2 references to ILStreamSize
System.Reflection.Metadata (2)
System\Reflection\PortableExecutable\ManagedTextSection.cs (2)
185
return OffsetToILStream + BitArithmetic.Align(
ILStreamSize
, 4);
254
Debug.Assert(ilBuilder.Count ==
ILStreamSize
);