1 write to Id
Aspire.Hosting (1)
Ats\AspireExportAttribute.cs (1)
97Id = 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)
1030var customMethodName = memberExportAttr?.Id; 1171var customMethodName = memberExportAttr?.Id; 1285var methodNameFromAttr = exportAttr.Id;