10 writes to OwningTypeName
Aspire.Hosting.CodeGeneration.Python (1)
AtsPythonCodeGenerator.cs (1)
394OwningTypeName = shortest.OwningTypeName,
Aspire.Hosting.CodeGeneration.TypeScript.Tests (5)
AtsTypeScriptCodeGeneratorTests.cs (5)
2434OwningTypeName = "PromiseContext", 2446OwningTypeName = "PromiseContext", 2458OwningTypeName = "PromiseContext", 2470OwningTypeName = "PromiseContext", 2726OwningTypeName = "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)
394OwningTypeName = shortest.OwningTypeName, 1274var methodName = !string.IsNullOrEmpty(capability.OwningTypeName) && capability.MethodName.Contains('.')
Aspire.Hosting.CodeGeneration.TypeScript (3)
AtsTypeScriptCodeGenerator.cs (2)
2636var methodName = !string.IsNullOrEmpty(method.OwningTypeName) && method.MethodName.Contains('.') 2867var 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}"