protected override int RunLocalCompilation(string[] arguments, BuildPaths buildPaths, TextWriter textWriter)
        {
            return(_compileFunc(arguments, buildPaths, textWriter,
#if DESKTOP
                                new DesktopAnalyzerAssemblyLoader()
#else
                                ReflCoreClrAnalyzerAssemblyLoader.ctor()
#endif
                                ));
        }
Example #2
0
 protected override int RunLocalCompilation(string[] arguments, BuildPaths buildPaths, TextWriter textWriter)
 {
     return(_compileFunc(arguments, buildPaths, textWriter, ReflCoreClrAnalyzerAssemblyLoader.ctor()));
 }