1 write to Language
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
347this.Language = "VisualBasic";
4 references to Language
dotnet-svcutil-lib (4)
CodeDomFixup\VisitorFixup.cs (1)
16bool isVisualBasic = IsVisualBasicLanguage(options?.Language);
CommandProcessorOptions.cs (3)
763if (!string.IsNullOrEmpty(Language)) 767CodeProvider = CodeDomProvider.CreateProvider(Language); 771throw new ToolArgumentException(string.Format(SR.ErrCouldNotCreateCodeProvider, Language, Switches.Language.Abbreviation), e);