7 instantiations of TypeScriptApiItem
Aspire.Hosting.CodeGeneration.TypeScript (6)
TypeScriptApiProjector.cs (6)
534
var item = new
TypeScriptApiItem
1100
=>
new
()
1234
var item = new
TypeScriptApiItem
1339
var item = new
TypeScriptApiItem
1422
var item = new
TypeScriptApiItem
1468
var item = new
TypeScriptApiItem
Aspire.Hosting.CodeGeneration.TypeScript.Tests (1)
AtsTypeScriptCodeGeneratorTests.cs (1)
2319
new
TypeScriptApiItem
17 references to TypeScriptApiItem
Aspire.Hosting.CodeGeneration.TypeScript (15)
TypeScriptApiExportWriter.cs (2)
75
foreach (
var
item in module.Items)
86
private static JsonObject WriteItem(
TypeScriptApiItem
item)
TypeScriptApiModel.cs (1)
175
public required IReadOnlyList<
TypeScriptApiItem
> Items { get; init; }
TypeScriptApiProjector.cs (12)
458
var items = new List<
TypeScriptApiItem
>();
534
var
item = new TypeScriptApiItem
967
private (
TypeScriptApiItem
? Item, List<TypeScriptApiDeclaration> Declarations) ProjectBuilder(
1091
private static
TypeScriptApiItem
BuildInterfaceItem(
1229
private (
TypeScriptApiItem
Item, TypeScriptApiDeclaration Declaration) ProjectEntryPoint(AtsCapabilityInfo capability)
1234
var
item = new TypeScriptApiItem
1319
private static (
TypeScriptApiItem
Item, TypeScriptApiDeclaration Declaration) ProjectEnum(AtsEnumTypeInfo enumType)
1339
var
item = new TypeScriptApiItem
1388
private (
TypeScriptApiItem
Item, TypeScriptApiDeclaration Declaration) ProjectDto(AtsDtoTypeInfo dtoType)
1422
var
item = new TypeScriptApiItem
1451
private (
TypeScriptApiItem
Item, TypeScriptApiDeclaration Declaration) ProjectOptionsInterface(
1468
var
item = new TypeScriptApiItem
Aspire.Hosting.CodeGeneration.TypeScript.Tests (2)
AtsTypeScriptCodeGeneratorTests.cs (2)
2589
var
first = Assert.Single(firstModel.Modules.SelectMany(module => module.Items));
2590
var
second = Assert.Single(ProjectApi(CreateEntryPointContext(secondPackage), secondPackage)