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