2 writes to cTags
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
1073header.cTags = cSemanticTags;
Internal\SrgsCompiler\CFGGrammar.cs (1)
113cTags = br.ReadInt32();
3 references to cTags
System.Speech (3)
Internal\SrgsCompiler\CFGGrammar.cs (3)
276header.tags = Load<CfgSemanticTag>(streamHelper, cfgSerializedHeader.tags, cfgSerializedHeader.cTags); 436if (pFH.cTags > 0) 438CheckSetOffsets(pFH.tags, pFH.cTags * Marshal.SizeOf<CfgSemanticTag>(), ref ullStartOffset, pFH.ulTotalSerializedSize);