3 writes to OwningTypeName
Aspire.Hosting (3)
Ats\AtsCapabilityScanner.cs (3)
1147OwningTypeName = typeName, 1185OwningTypeName = typeName, 1357OwningTypeName = typeName,
6 references to OwningTypeName
Aspire.Hosting (2)
Ats\AtsCapabilityInfo.cs (2)
188public string QualifiedMethodName => OwningTypeName is not null 189? $"{OwningTypeName}.{MethodName}"
Aspire.Hosting.CodeGeneration.TypeScript (3)
AtsTypeScriptCodeGenerator.cs (3)
2007var methodName = !string.IsNullOrEmpty(method.OwningTypeName) && method.MethodName.Contains('.') 2170var methodName = !string.IsNullOrEmpty(capability.OwningTypeName) && capability.MethodName.Contains('.') 2368var methodName = !string.IsNullOrEmpty(capability.OwningTypeName) && capability.MethodName.Contains('.')
Aspire.Hosting.RemoteHost (1)
CodeGeneration\CodeGenerationService.cs (1)
66OwningTypeName = c.OwningTypeName,