/// <summary> /// Returns true if the specified kinds are supported by this provider. /// </summary> bool IDiagnosticProvider.IsSupported(DiagnosticCategory category) { return category == DiagnosticCategory.Project; }
bool IDiagnosticProvider.IsSupported(DiagnosticCategory category) { return category == DiagnosticCategory.SemanticInDocument; }