8 references to _typeRefsById
Aspire.Hosting.CodeGeneration.TypeScript (8)
TypeScriptApiProjector.cs (8)
102internal 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; 623var baseType = _typeRefsById.GetValueOrDefault(typeId)?.IsResourceBuilder == true 1559=> GetOwningAssemblyName(typeId, _typeRefsById.GetValueOrDefault(typeId)?.ClrType?.Assembly.GetName().Name); 1945foreach (var candidateTypeRef in _typeRefsById.Values)