3 writes to Name
Aspire.Hosting (3)
Ats\AtsCapabilityScanner.cs (3)
1489
Name
= param.Name ?? $"arg{param.Position}",
1559
Name
= $"arg{i}",
1580
Name
= $"arg{i}",
15 references to Name
Aspire.Hosting.CodeGeneration.TypeScript (14)
AtsTypeScriptCodeGenerator.cs (14)
1193
paramList.Add($"{param.
Name
}: {tsType}");
1222
paramSignature = $"{callbackParameters[0].
Name
}Data: unknown";
1308
WriteLine($" const {cbParam.
Name
}Handle = wrapIfHandle({cbParam.
Name
}Data) as {handleType};");
1309
WriteLine($" const {cbParam.
Name
} = new {wrapperClassName}({cbParam.
Name
}Handle, this._client);");
1314
WriteLine($" const {cbParam.
Name
} = wrapIfHandle({cbParam.
Name
}Data) as {tsType};");
1317
WriteLine($" {returnPrefix}await {callbackName}({cbParam.
Name
});");
1338
WriteLine($" const {cbParam.
Name
}Handle = wrapIfHandle(args.p{i}) as {handleType};");
1339
WriteLine($" const {cbParam.
Name
} = new {wrapperClassName}({cbParam.
Name
}Handle, this._client);");
1344
WriteLine($" const {cbParam.
Name
} = wrapIfHandle(args.p{i}) as {tsType};");
1346
callArgs.Add(cbParam.
Name
);
aspire-server (1)
CodeGeneration\CodeGenerationService.cs (1)
88
Name = cp.
Name
,