1 write to Id
Aspire.Hosting (1)
Ats\AspireExportAttribute.cs (1)
97
Id
= id ?? throw new ArgumentNullException(nameof(id));
4 references to Id
Aspire.Hosting (4)
Ats\AspireExportAttribute.cs (1)
162
/// When not specified, the method name from <see cref="
Id
"/> is used directly.
Ats\AtsCapabilityScanner.cs (3)
1030
var customMethodName = memberExportAttr?.
Id
;
1171
var customMethodName = memberExportAttr?.
Id
;
1285
var methodNameFromAttr = exportAttr.
Id
;