2 implementations of CodeBehind
System.Speech (2)
Internal\SrgsCompiler\GrammarElement.cs (1)
246Collection<string> IGrammar.CodeBehind
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
419public Collection<string> CodeBehind
1 write to CodeBehind
System.Speech (1)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
78grammar.CodeBehind = source.CodeBehind;
2 references to CodeBehind
System.Speech (2)
Internal\SrgsCompiler\GrammarElement.cs (1)
95bool 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)
439grammar.CodeBehind.Add(reader.Value);