3 writes to OwningTypeName
Aspire.Hosting.RemoteHost (3)
AtsCapabilityScanner.cs (3)
1167OwningTypeName = typeName, 1205OwningTypeName = typeName, 1377OwningTypeName = typeName,
6 references to OwningTypeName
Aspire.Hosting.CodeGeneration.TypeScript (3)
AtsTypeScriptCodeGenerator.cs (3)
2040var methodName = !string.IsNullOrEmpty(method.OwningTypeName) && method.MethodName.Contains('.') 2214var methodName = !string.IsNullOrEmpty(capability.OwningTypeName) && capability.MethodName.Contains('.') 2423var methodName = !string.IsNullOrEmpty(capability.OwningTypeName) && capability.MethodName.Contains('.')
Aspire.Hosting.RemoteHost (1)
CodeGeneration\CodeGenerationService.cs (1)
66OwningTypeName = c.OwningTypeName,
Aspire.TypeSystem (2)
AtsCapabilityInfo.cs (2)
181public string QualifiedMethodName => OwningTypeName is not null 182? $"{OwningTypeName}.{MethodName}"