2 implementations of AssemblyReferences
System.Speech (2)
Internal\SrgsCompiler\GrammarElement.cs (1)
287
Collection<string> IGrammar.
AssemblyReferences
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
480
public Collection<string>
AssemblyReferences
1 write to AssemblyReferences
System.Speech (1)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
77
grammar.
AssemblyReferences
= source.AssemblyReferences;
2 references to AssemblyReferences
System.Speech (2)
Internal\SrgsCompiler\GrammarElement.cs (1)
95
bool containsCode = ((IGrammar)this).CodeBehind.Count > 0 || ((IGrammar)this).ImportNamespaces.Count > 0 || ((IGrammar)this).
AssemblyReferences
.Count > 0 || CustomGrammar._scriptRefs.Count > 0;
Internal\SrgsParser\XmlParser.cs (1)
1251
grammar.
AssemblyReferences
.Add(reader.Value);