4 references to s_aspireExportAttributeFullName
Aspire.Hosting (4)
Ats\AttributeDataReader.cs (4)
23
=> FindSingleAttribute<AspireExportData>(type.GetCustomAttributesData(),
s_aspireExportAttributeFullName
, ParseAspireExportData);
26
=> FindSingleAttribute<AspireExportData>(method.GetCustomAttributesData(),
s_aspireExportAttributeFullName
, ParseAspireExportData);
29
=> FindSingleAttribute<AspireExportData>(property.GetCustomAttributesData(),
s_aspireExportAttributeFullName
, ParseAspireExportData);
32
=> FindAllAttributes(assembly.GetCustomAttributesData(),
s_aspireExportAttributeFullName
, ParseAspireExportData);