3 instantiations of SrgsElementList
System.Speech (3)
Recognition\SrgsGrammar\SrgsItem.cs (1)
22
_elements = new
SrgsElementList
();
Recognition\SrgsGrammar\SrgsRule.cs (2)
27
_elements = new
SrgsElementList
();
35
_elements = new
SrgsElementList
();
3 references to SrgsElementList
System.Speech (3)
Recognition\SrgsGrammar\SrgsItem.cs (2)
314
private
SrgsElementList
_elements;
391
private
SrgsElementList
_elements;
Recognition\SrgsGrammar\SrgsRule.cs (1)
398
private
SrgsElementList
_elements;