8 references to _typeRefsById
Aspire.Hosting.CodeGeneration.TypeScript (8)
TypeScriptApiProjector.cs (8)
102
internal Dictionary<string, AtsTypeRef> TypeRefsById =>
_typeRefsById
;
177
_typeRefsById
.Clear();
206
_typeRefsById
[builder.TypeId] = targetType;
225
_typeRefsById
[alias.TypeId] = builder.TargetType ?? alias;
237
_typeRefsById
[typeClass.TypeId] = targetType;
623
var baseType =
_typeRefsById
.GetValueOrDefault(typeId)?.IsResourceBuilder == true
1559
=> GetOwningAssemblyName(typeId,
_typeRefsById
.GetValueOrDefault(typeId)?.ClrType?.Assembly.GetName().Name);
1945
foreach (var candidateTypeRef in
_typeRefsById
.Values)