1 instantiation of VBCodeProvider
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2127_codeProvider = new Microsoft.VisualBasic.VBCodeProvider();
2 references to VBCodeProvider
System (1)
src\libraries\shims\System\ref\System.cs (1)
5[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.VBCodeProvider))]
System.CodeDom (1)
System\CodeDom\Compiler\CodeDomProvider.cs (1)
30AddCompilerInfo(new CompilerInfo(new CompilerParameters() { WarningLevel = 4 }, typeof(VBCodeProvider).FullName)