1 write to _type
Aspire.Hosting.Radius (1)
Publishing\Constructs\RadiusSecretStoreConstruct.cs (1)
116_type = DefineProperty<string>(nameof(StoreType), ["properties", "type"]);
2 references to _type
Aspire.Hosting.Radius (2)
Publishing\Constructs\RadiusSecretStoreConstruct.cs (2)
74get { Initialize(); return _type!; } 75set { Initialize(); _type!.Assign(value); }