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