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