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