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