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