1 instantiation of CfgSemanticTag
System.Speech (1)
Internal\SrgsCompiler\Tag.cs (1)
30_cfgTag = new CfgSemanticTag(be.Symbols, property);
9 references to CfgSemanticTag
System.Speech (9)
Internal\SrgsCompiler\Arc.cs (1)
742private static string? GetSemanticValue(CfgSemanticTag tag, StringBlob symbols, out string? value)
Internal\SrgsCompiler\BackEnd.cs (2)
938CfgSemanticTag semTag = header.tags[iCurTag]; 1075ulOffset += (uint)(cSemanticTags * Marshal.SizeOf<CfgSemanticTag>());
Internal\SrgsCompiler\CFGGrammar.cs (3)
50internal CfgSemanticTag[]? tags; 276header.tags = Load<CfgSemanticTag>(streamHelper, cfgSerializedHeader.tags, cfgSerializedHeader.cTags); 438CheckSetOffsets(pFH.tags, pFH.cTags * Marshal.SizeOf<CfgSemanticTag>(), ref ullStartOffset, pFH.ulTotalSerializedSize);
Internal\SrgsCompiler\CfgSemanticTag.cs (1)
14internal CfgSemanticTag(CfgSemanticTag cfgTag)
Internal\SrgsCompiler\Tag.cs (2)
21internal Tag(Backend be, CfgSemanticTag cfgTag) 60internal CfgSemanticTag _cfgTag;