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