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