3 writes to OwningTypeName
Aspire.Hosting (3)
Ats\AtsCapabilityScanner.cs (3)
1044OwningTypeName = typeName, 1079OwningTypeName = typeName, 1246OwningTypeName = typeName,
5 references to OwningTypeName
Aspire.Hosting (2)
Ats\AtsCapabilityInfo.cs (2)
177public string QualifiedMethodName => OwningTypeName is not null 178? $"{OwningTypeName}.{MethodName}"
Aspire.Hosting.CodeGeneration.TypeScript (3)
AtsTypeScriptCodeGenerator.cs (3)
1743var methodName = !string.IsNullOrEmpty(method.OwningTypeName) && method.MethodName.Contains('.') 1906var methodName = !string.IsNullOrEmpty(capability.OwningTypeName) && capability.MethodName.Contains('.') 2104var methodName = !string.IsNullOrEmpty(capability.OwningTypeName) && capability.MethodName.Contains('.')