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)
42get { Initialize(); return _state!; } 43set { Initialize(); _state!.Assign(value); }