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)
742
private static string? GetSemanticValue(
CfgSemanticTag
tag, StringBlob symbols, out string? value)
Internal\SrgsCompiler\BackEnd.cs (2)
938
CfgSemanticTag
semTag = header.tags[iCurTag];
1075
ulOffset += (uint)(cSemanticTags * Marshal.SizeOf<
CfgSemanticTag
>());
Internal\SrgsCompiler\CFGGrammar.cs (3)
50
internal
CfgSemanticTag
[]? tags;
276
header.tags = Load<
CfgSemanticTag
>(streamHelper, cfgSerializedHeader.tags, cfgSerializedHeader.cTags);
438
CheckSetOffsets(pFH.tags, pFH.cTags * Marshal.SizeOf<
CfgSemanticTag
>(), ref ullStartOffset, pFH.ulTotalSerializedSize);
Internal\SrgsCompiler\CfgSemanticTag.cs (1)
14
internal CfgSemanticTag(
CfgSemanticTag
cfgTag)
Internal\SrgsCompiler\Tag.cs (2)
21
internal Tag(Backend be,
CfgSemanticTag
cfgTag)
60
internal
CfgSemanticTag
_cfgTag;