2 implementations of NameValue
System.Speech (2)
Internal\SrgsCompiler\PropertyTag.cs (1)
22void IPropertyTag.NameValue(IElement? parent, string? name, object? value)
Recognition\SrgsGrammar\SrgsNameValueTag.cs (1)
126void IPropertyTag.NameValue(IElement? parent, string? name, object? value)
3 references to NameValue
System.Speech (3)
Internal\GrammarBuilding\TagElement.cs (1)
88tag.NameValue(parent, null, _value);
Internal\SrgsParser\SrgsDocumentParser.cs (1)
274tag.NameValue(parent, srgsTag.Name, srgsTag.Value);
Internal\SrgsParser\XmlParser.cs (1)
1066propertyTag.NameValue(parent, name, value);