2 implementations of BaseClass
System.Speech (2)
Internal\SrgsCompiler\Rule.cs (1)
201string? IRule.BaseClass
Recognition\SrgsGrammar\SrgsRule.cs (1)
96public string? BaseClass
2 writes to BaseClass
System.Speech (2)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
126rule.BaseClass = srgsRule.BaseClass;
Internal\SrgsParser\XmlParser.cs (1)
647rule.BaseClass = sBaseClass;