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