1 write to Type
Aspire.TypeSystem (1)
AttributeDataReader.cs (1)
242Type = type,
7 references to Type
Aspire.Hosting.RemoteHost (6)
AtsCapabilityScanner.cs (6)
328if (assemblyExportAttr.Type is null) 333var exportedType = assemblyExportAttr.Type; 1035var atsTypeId = exportAttr.Type != null 1036? AtsTypeMapping.DeriveTypeId(exportAttr.Type) 3373if (export.Type is { } exportedType) 3909if (export.Type == type)
Aspire.TypeSystem (1)
AttributeDataReader.cs (1)
206case nameof(AspireExportData.Type):