7 writes to OwningAssemblyName
Aspire.Hosting.CodeGeneration.TypeScript (6)
TypeScriptApiProjector.cs (6)
541OwningAssemblyName = package.Name, 1107OwningAssemblyName = owningAssemblyName, 1241OwningAssemblyName = owningAssemblyName, 1346OwningAssemblyName = owningAssemblyName, 1429OwningAssemblyName = owningAssemblyName, 1475OwningAssemblyName = owningAssemblyName,
Aspire.Hosting.CodeGeneration.TypeScript.Tests (1)
AtsTypeScriptCodeGeneratorTests.cs (1)
2326OwningAssemblyName = "Aspire.Hosting.Contoso",
9 references to OwningAssemblyName
Aspire.Hosting.CodeGeneration.TypeScript (8)
TypeScriptApiExportWriter.cs (1)
94["owningAssembly"] = item.OwningAssemblyName,
TypeScriptApiProjector.cs (7)
507if (owned.Contains(item.OwningAssemblyName)) 522if (owned.Contains(item.OwningAssemblyName)) 566if (owned.Contains(item.OwningAssemblyName)) 1362Id = $"{item.OwningAssemblyName}:enum:{enumType.Name}", 1364OwningAssemblyName = item.OwningAssemblyName 1445Id = $"{item.OwningAssemblyName}:dto:{interfaceName}", 1447OwningAssemblyName = item.OwningAssemblyName
Aspire.Hosting.CodeGeneration.TypeScript.Tests (1)
AtsTypeScriptCodeGeneratorTests.cs (1)
2766item => Assert.Equal(ApiExportPackageName, item.OwningAssemblyName));