7 writes to snapshot
dotnet (7)
Telemetry\PersistenceChannel\SnapshottingCollection.cs (4)
32
snapshot
= default;
41
snapshot
= default;
62
snapshot
= default;
88
snapshot
= CreateSnapshot(Collection);
Telemetry\PersistenceChannel\SnapshottingDictionary.cs (3)
29
snapshot
= null;
39
snapshot
= null;
55
snapshot
= null;
2 references to snapshot
dotnet (2)
Telemetry\PersistenceChannel\SnapshottingCollection.cs (2)
83
TCollection localSnapshot =
snapshot
;
89
localSnapshot =
snapshot
;