5 references to s_descriptionShouldUseXmlDocs
Aspire.Hosting.Analyzers.Tests (2)
AspireExportAnalyzerTests.cs (2)
69var diagnostic = AspireExportAnalyzer.Diagnostics.s_descriptionShouldUseXmlDocs; 90var diagnostic = AspireExportAnalyzer.Diagnostics.s_descriptionShouldUseXmlDocs;
Aspire.Hosting.Integration.Analyzers (3)
AspireExportAnalyzer.cs (2)
501context.ReportDiagnostic(Diagnostic.Create(Diagnostics.s_descriptionShouldUseXmlDocs, location)); 1874context.ReportDiagnostic(Diagnostic.Create(Diagnostics.s_descriptionShouldUseXmlDocs, location));
AspireExportAnalyzer.Diagnostics.cs (1)
203s_descriptionShouldUseXmlDocs,