1 write to ExportingAssemblyNames
Aspire.TypeSystem (1)
ApiReferenceExportOptions.cs (1)
61ExportingAssemblyNames = Array.AsReadOnly(exportingAssemblyNames.ToArray());
5 references to ExportingAssemblyNames
Aspire.Hosting.CodeGeneration.TypeScript (1)
AtsTypeScriptApiReferenceExporter.cs (1)
55options.ExportingAssemblyNames,
Aspire.Hosting.CodeGeneration.TypeScript.Tests (2)
AtsTypeScriptCodeGeneratorTests.cs (2)
2546Assert.Equal(ApiExportPackageName, Assert.Single(options.ExportingAssemblyNames)); 2556var exportingAssemblyNames = Assert.IsAssignableFrom<IList<string>>(options.ExportingAssemblyNames);
Aspire.TypeSystem (2)
ApiReferenceExportOptions.cs (1)
13/// types. That closure is exactly why <see cref="ExportingAssemblyNames"/> exists: it lets the exporter
IApiReferenceExporter.cs (1)
41/// <see cref="ApiReferenceExportOptions.ExportingAssemblyNames"/>.