6 references to _concreteTypeIds
Aspire.Hosting.CodeGeneration.TypeScript (6)
TypeScriptApiProjector.cs (6)
99
internal Dictionary<string, string> ConcreteTypeIds =>
_concreteTypeIds
;
176
_concreteTypeIds
.Clear();
203
_concreteTypeIds
[builder.TypeId] = builder.TypeId;
224
_concreteTypeIds
[alias.TypeId] = builder.TypeId;
234
_concreteTypeIds
[typeClass.TypeId] = typeClass.TypeId;
1636
internal string GetConcreteTypeId(string typeId) =>
_concreteTypeIds
.GetValueOrDefault(typeId)