4 references to ArrayOfNullIllegal
System.Speech (4)
Recognition\GrammarBuilder.cs (1)
123throw new ArgumentException(SR.Get(SRID.ArrayOfNullIllegal), nameof(builder));
Recognition\RecognizerBase.cs (2)
380throw new ArgumentException(SR.Get(SRID.ArrayOfNullIllegal), nameof(wordUnits)); 404throw new ArgumentException(SR.Get(SRID.ArrayOfNullIllegal), nameof(wordUnits));
Recognition\SrgsGrammar\SrgsGrammarCompiler.cs (1)
70throw new ArgumentException(SR.Get(SRID.ArrayOfNullIllegal), nameof(inputPaths));