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