10 writes to OwningTypeName
Aspire.Hosting.CodeGeneration.Python (1)
AtsPythonCodeGenerator.cs (1)
413OwningTypeName = shortest.OwningTypeName,
Aspire.Hosting.CodeGeneration.TypeScript.Tests (5)
AtsTypeScriptCodeGeneratorTests.cs (5)
2583OwningTypeName = "PromiseContext", 2595OwningTypeName = "PromiseContext", 2607OwningTypeName = "PromiseContext", 2619OwningTypeName = "PromiseContext", 2875OwningTypeName = "WidgetContext",
Aspire.Hosting.RemoteHost (4)
AtsCapabilityScanner.cs (3)
1685OwningTypeName = typeName, 1727OwningTypeName = typeName, 1906OwningTypeName = typeName,
AtsContextFilter.cs (1)
336OwningTypeName = capability.OwningTypeName,
9 references to OwningTypeName
Aspire.Hosting.CodeGeneration.Python (2)
AtsPythonCodeGenerator.cs (2)
413OwningTypeName = shortest.OwningTypeName, 1349var methodName = !string.IsNullOrEmpty(capability.OwningTypeName) && capability.MethodName.Contains('.')
Aspire.Hosting.CodeGeneration.TypeScript (3)
AtsTypeScriptCodeGenerator.cs (2)
2594var methodName = !string.IsNullOrEmpty(method.OwningTypeName) && method.MethodName.Contains('.') 2825var methodName = !string.IsNullOrEmpty(capability.OwningTypeName) && capability.MethodName.Contains('.')
TypeScriptApiProjector.cs (1)
381=> !string.IsNullOrEmpty(capability.OwningTypeName) && capability.MethodName.Contains('.')
Aspire.Hosting.RemoteHost (2)
AtsContextFilter.cs (1)
336OwningTypeName = capability.OwningTypeName,
CodeGeneration\CodeGenerationService.cs (1)
107OwningTypeName = c.OwningTypeName,
Aspire.TypeSystem (2)
AtsCapabilityInfo.cs (2)
278public string QualifiedMethodName => OwningTypeName is not null 279? $"{OwningTypeName}.{MethodName}"