4 writes to BaseType
Aspire.Hosting.CodeGeneration.Python.Tests (1)
AtsPythonCodeGeneratorTests.cs (1)
523BaseType = genericBaseTypeRef,
Aspire.Hosting.RemoteHost (3)
AtsCapabilityScanner.cs (3)
890BaseType = typeInfo.BaseTypeHierarchy.Count > 0 ? typeInfo.BaseTypeHierarchy[0] : null 2614BaseType = typeRef.BaseType 3061BaseType = baseTypeRef
10 references to BaseType
Aspire.Hosting.CodeGeneration.Python (6)
AtsPythonCodeGenerator.cs (6)
175var currentBase = builderTargetType.BaseType; 193currentBase = currentBase.BaseType; 1449var baseType = builder.TargetType?.BaseType; 2046if (builder.TargetType?.BaseType != null) 2048var baseTypeId = GetBuilderTypeId(builder.TargetType.BaseType); 2108CollectFromTypeRef(typeRef.BaseType);
Aspire.Hosting.CodeGeneration.TypeScript (3)
TypeScriptApiProjector.cs (3)
1982return candidateTypeRef.BaseType is not null && IsAssignableToInterface(candidateTypeRef.BaseType, interfaceTypeId); 2844return typeRef.BaseType is { } baseType &&
Aspire.Hosting.RemoteHost (1)
AtsCapabilityScanner.cs (1)
2614BaseType = typeRef.BaseType