1 write to _state
Aspire.Hosting.Azure.ConnectorNamespace (1)
Provisioning\ConnectorGatewayMcpServerConfig.cs (1)
84
_state
= DefineProperty<string>(nameof(State), ["properties", "state"]);
2 references to _state
Aspire.Hosting.Azure.ConnectorNamespace (2)
Provisioning\ConnectorGatewayMcpServerConfig.cs (2)
42
get { Initialize(); return
_state
!; }
43
set { Initialize();
_state
!.Assign(value); }