4 writes to BaseType
Aspire.Hosting.CodeGeneration.Python.Tests (1)
AtsPythonCodeGeneratorTests.cs (1)
631BaseType = genericBaseTypeRef,
Aspire.Hosting.RemoteHost (3)
AtsCapabilityScanner.cs (3)
890BaseType = typeInfo.BaseTypeHierarchy.Count > 0 ? typeInfo.BaseTypeHierarchy[0] : null 2614BaseType = typeRef.BaseType 3062BaseType = baseTypeRef
10 references to BaseType
Aspire.Hosting.CodeGeneration.Python (6)
AtsPythonCodeGenerator.cs (6)
179var currentBase = builderTargetType.BaseType; 197currentBase = currentBase.BaseType; 1525var baseType = builder.TargetType?.BaseType; 2125if (builder.TargetType?.BaseType != null) 2127var baseTypeId = GetBuilderTypeId(builder.TargetType.BaseType); 2187CollectFromTypeRef(typeRef.BaseType);
Aspire.Hosting.CodeGeneration.TypeScript (3)
TypeScriptApiProjector.cs (3)
1990return candidateTypeRef.BaseType is not null && IsAssignableToInterface(candidateTypeRef.BaseType, interfaceTypeId); 2917return typeRef.BaseType is { } baseType &&
Aspire.Hosting.RemoteHost (1)
AtsCapabilityScanner.cs (1)
2614BaseType = typeRef.BaseType