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