You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
2
+
3
+
usingMicrosoft.Internal.Performance;
4
+
5
+
namespaceMicrosoft.VisualStudio
6
+
{
7
+
/// <summary>
8
+
/// Represents timer IDs that are passed to <see cref="CodeMarkers.CodeMarker"/>.
9
+
/// </summary>
10
+
internalstaticclassCodeMarkerTimerId
11
+
{
12
+
/// <summary>
13
+
/// Indicates that NuGet package restore has finished.
0 commit comments