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