1 instantiation of SrgsNameValueTag
System.Speech (1)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
29
return new
SrgsNameValueTag
();
5 references to SrgsNameValueTag
System.Speech (5)
Internal\SrgsParser\SrgsDocumentParser.cs (5)
269
private IPropertyTag ParseNameValueTag(
SrgsNameValueTag
srgsTag, IElement parent)
307
else if (elementType == typeof(
SrgsNameValueTag
))
309
child = ParseNameValueTag((
SrgsNameValueTag
)srgsElement, parent);
393
if (element is not
SrgsNameValueTag
)
400
if ((element is
SrgsNameValueTag
))