1 write to tags
System.Speech (1)
Internal\SrgsCompiler\CFGGrammar.cs (1)
276
header.
tags
= Load<CfgSemanticTag>(streamHelper, cfgSerializedHeader.tags, cfgSerializedHeader.cTags);
14 references to tags
System.Speech (14)
Internal\SrgsCompiler\BackEnd.cs (5)
805
System.Diagnostics.Debug.Assert(header.
tags
!= null, "ConvertCfgHeader should set includeAllGrammarData");
933
System.Diagnostics.Debug.Assert(header.
tags
[iCurTag].StartArcIndex == k);
935
while (iCurTag < header.
tags
.Length && header.
tags
[iCurTag].StartArcIndex == k)
938
CfgSemanticTag semTag = header.
tags
[iCurTag];
Internal\SrgsCompiler\CFGGrammar.cs (9)
442
System.Diagnostics.Debug.Assert(header.
tags
!= null, "Including all grammar data should have populated the tags field");
447
for (int i = 0; i < header.
tags
.Length; i++)
449
int startArc = (int)header.
tags
[i].StartArcIndex;
450
int endArc = (int)header.
tags
[i].EndArcIndex;
458
header.
tags
[i].PropVariantType != VarEnum.VT_EMPTY &&
459
header.
tags
[i].PropVariantType != VarEnum.VT_BSTR &&
460
header.
tags
[i].PropVariantType != VarEnum.VT_BOOL &&
461
header.
tags
[i].PropVariantType != VarEnum.VT_R8 &&
462
header.
tags
[i].PropVariantType != VarEnum.VT_I4)