9 references to new
System.Speech (9)
Internal\SrgsCompiler\CFGGrammar.cs (2)
353
using (StreamMarshaler streamHelper =
new
(stream))
367
using (StreamMarshaler streamHelper =
new
(stream))
Internal\SrgsCompiler\SRGSCompiler.cs (1)
171
using (StreamMarshaler streamHelper =
new
(stream))
Recognition\Grammar.cs (4)
957
using (StreamMarshaler streamMarshaler =
new
(stream))
965
using (StreamMarshaler streamExtraMarshaler =
new
(streamExtra))
970
using (StreamMarshaler streamCombinedMarshaler =
new
(streamCombined))
1045
using (StreamMarshaler streamHelper =
new
(stream)) // Use StreamMarshaler which helps deserialize certain data types
Recognition\GrammarBuilder.cs (1)
395
using (StreamMarshaler streamHelper =
new
(stream))
Result\RecognizedAudio.cs (1)
50
using (StreamMarshaler sm =
new
(outputStream))