6 references to _concreteTypeIds
Aspire.Hosting.CodeGeneration.TypeScript (6)
TypeScriptApiProjector.cs (6)
99internal 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; 1636internal string GetConcreteTypeId(string typeId) => _concreteTypeIds.GetValueOrDefault(typeId)