2 references to OffsetToILStream
System.Reflection.Metadata (2)
System\Reflection\PortableExecutable\ManagedPEBuilder.cs (1)
138
int methodBodyStreamRva = location.RelativeVirtualAddress + textSection.
OffsetToILStream
;
System\Reflection\PortableExecutable\ManagedTextSection.cs (1)
185
return
OffsetToILStream
+ BitArithmetic.Align(ILStreamSize, 4);