2 implementations of XmlBase
System.Speech (2)
Internal\SrgsCompiler\GrammarElement.cs (1)
121Uri? IGrammar.XmlBase
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
281public Uri? XmlBase
2 writes to XmlBase
System.Speech (2)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
67grammar.XmlBase = source.XmlBase;
Internal\SrgsParser\XmlParser.cs (1)
379grammar.XmlBase = new Uri(reader.Value);