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