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