1 write to _model
NuGet.Protocol (1)
Resources\ServiceIndexResourceV3.cs (1)
55
_model
= model;
1 reference to _model
NuGet.Protocol (1)
Resources\ServiceIndexResourceV3.cs (1)
81
get { return _json ??= JsonSerializer.Serialize(
_model
!, JsonContext.Default.ServiceIndexModel); }