2 writes to tags
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
1074header.tags = ulOffset;
Internal\SrgsCompiler\CFGGrammar.cs (1)
114tags = br.ReadUInt32();
3 references to tags
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (1)
153System.Diagnostics.Debug.Assert(streamBuffer.Stream.Position - startStreamPosition == header.tags);
Internal\SrgsCompiler\CFGGrammar.cs (2)
276header.tags = Load<CfgSemanticTag>(streamHelper, cfgSerializedHeader.tags, cfgSerializedHeader.cTags); 438CheckSetOffsets(pFH.tags, pFH.cTags * Marshal.SizeOf<CfgSemanticTag>(), ref ullStartOffset, pFH.ulTotalSerializedSize);