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