3 writes to OwningTypeName
Aspire.Hosting (3)
Ats\AtsCapabilityScanner.cs (3)
1055OwningTypeName = typeName, 1092OwningTypeName = typeName, 1261OwningTypeName = 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)
1799var methodName = !string.IsNullOrEmpty(method.OwningTypeName) && method.MethodName.Contains('.') 1962var methodName = !string.IsNullOrEmpty(capability.OwningTypeName) && capability.MethodName.Contains('.') 2160var methodName = !string.IsNullOrEmpty(capability.OwningTypeName) && capability.MethodName.Contains('.')
Aspire.Hosting.RemoteHost (1)
CodeGeneration\CodeGenerationService.cs (1)
66OwningTypeName = c.OwningTypeName,