1 write to Source
Aspire.Hosting.Integration.Analyzers (1)
AspireExportAnalyzer.cs (1)
36
Source
= source;
5 references to Source
Aspire.Hosting.Integration.Analyzers (5)
AspireExportAnalyzer.cs (5)
46
return
Source
== other.
Source
&& Location.Equals(other.Location);
56
return StringComparer.Ordinal.GetHashCode(
Source
) ^ Location.GetHashCode();
1708
.ThenBy(static e => e.
Source
, StringComparer.Ordinal)
1716
var sources = string.Join(", ", exports.Select(static e => e.
Source
).Distinct(StringComparer.Ordinal));