2 writes to cIL
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
1079
header.
cIL
= 0;
Internal\SrgsCompiler\CFGGrammar.cs (1)
122
cIL
= br.ReadInt32();
5 references to cIL
System.Speech (5)
Internal\SrgsCompiler\BackEnd.cs (1)
1081
ulOffset += (uint)(header.
cIL
* sizeof(byte));
Internal\SrgsCompiler\CFGGrammar.cs (4)
380
if (pFH.
cIL
== 0)
386
assemblyContent = Load<byte>(streamHelper, pFH.pIL, pFH.
cIL
);
478
if (pFH.
cIL
> 0)
480
CheckSetOffsets(pFH.pIL, pFH.
cIL
* sizeof(byte), ref ullStartOffset, pFH.ulTotalSerializedSize);