1 write to Type
Aspire.TypeSystem (1)
AttributeDataReader.cs (1)
200Type = type,
7 references to Type
Aspire.Hosting.RemoteHost (6)
AtsCapabilityScanner.cs (6)
290if (assemblyExportAttr.Type is null) 295var exportedType = assemblyExportAttr.Type; 918var atsTypeId = exportAttr.Type != null 919? AtsTypeMapping.DeriveTypeId(exportAttr.Type) 2665if (export.Type is { } exportedType) 2759if (export.Type == type)
Aspire.TypeSystem (1)
AttributeDataReader.cs (1)
164case nameof(AspireExportData.Type):