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