• J
    Rename UpdateAnalyzerRules to something more appropriate · e8af8b1f
    Jason Malinowski 提交于
    It really had nothing to do with analyze rules, but was just a generic
    mechanism for the base type to signal to derived types it needed a
    refresh of the compile options. Since having a single entry point for
    that is nice anyways, I rename it and promote it. I also make it
    abstract because it was very unclear why the derived types were
    calling the base type and what the contract might be for that.
    e8af8b1f
AbstractProject_IAnalyzerHost.cs 7.2 KB