/// <summary>
 /// Returns true if the specified kinds are supported by this provider.
 /// </summary>
 bool IDiagnosticProvider.IsSupported(DiagnosticCategory category)
 {
     return category == DiagnosticCategory.Project;
 }
Пример #2
0
 bool IDiagnosticProvider.IsSupported(DiagnosticCategory category)
 {
     return category == DiagnosticCategory.SemanticInDocument;
 }