4 references to _dtoTypesById
Aspire.Hosting.CodeGeneration.TypeScript (4)
TypeScriptApiProjector.cs (4)
123internal Dictionary<string, AtsDtoTypeInfo> DtoTypesById => _dtoTypesById; 184_dtoTypesById.Clear(); 189_dtoTypesById[dtoType.TypeId] = dtoType; 773AtsTypeCategory.Dto when value is JsonObject obj && _dtoTypesById.TryGetValue(typeRef.TypeId, out var dtoInfo)