5 references to BlobStream
ILCompiler.ReadyToRun (5)
IBC\IBCDataModel.cs (4)
53sectionTypeInfo[(int)SectionFormat.BlobStream] = new SectionTypeInfo(tokenType, SectionFormat.BlobStream); 70case SectionFormat.BlobStream: 468public const SectionFormat FirstTokenFlagSection = SectionFormat.BlobStream + 1;
IBC\IBCDataReader.cs (1)
667IfPresent(sectionTable, SectionFormat.BlobStream, () => result.BlobStream = ReadBlobStreamSection());