1 override of GetResponseFileCmdArgs
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (1)
971protected override string GetResponseFileCmdArgs(CompilerParameters options, string cmdArgs)
1 reference to GetResponseFileCmdArgs
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (1)
975return "/noconfig " + base.GetResponseFileCmdArgs(options, cmdArgs);