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