5 writes to Name
Aspire.Dashboard (2)
Components\Dialogs\McpServerDialog.razor.cs (1)
117
Name
= name,
McpInstallButtonModelContext.McpInstallButtonServerModel.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Dashboard.Mcp.McpInstallButtonServerModel(){
Name
= (string)args[0], Inputs = (global::System.Collections.Generic.List<global::Aspire.Dashboard.Mcp.McpInputModel>)args[1], Type = (string)args[2], Url = (string)args[3], Headers = (global::System.Collections.Generic.Dictionary<string, string>)args[4] },
Aspire.Dashboard.Tests (3)
Integration\McpConfigurationTests.cs (1)
97
Name
= "aspire-dashboard",
Mcp\McpConfigModelTests.cs (2)
98
Name
= "aspire-dashboard",
127
Name
= "aspire-dashboard",
2 references to Name
Aspire.Dashboard (2)
McpInstallButtonModelContext.McpInstallButtonServerModel.g.cs (2)
58
Getter = static obj => ((global::Aspire.Dashboard.Mcp.McpInstallButtonServerModel)obj).
Name
,
175
string __value_Name = ((global::Aspire.Dashboard.Mcp.McpInstallButtonServerModel)value).
Name
;