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