156 references to TickCount
dotnet-svcutil-lib (3)
Microsoft.AspNetCore.FunctionalTests (1)
Microsoft.Build.Tasks.Core (38)
ManifestUtil\XmlUtil.cs (10)
79int t1 = Environment.TickCount;
83int t2 = Environment.TickCount;
85Util.WriteLog(String.Format(CultureInfo.CurrentCulture, "new XPathDocument(1) t={0}", Environment.TickCount - t2));
87int t3 = Environment.TickCount;
92Util.WriteLog(String.Format(CultureInfo.CurrentCulture, "XslCompiledTransform.Load t={0}", Environment.TickCount - t3));
99int t4 = Environment.TickCount;
102Util.WriteLog(String.Format(CultureInfo.CurrentCulture, "new XmlReader(2) t={0}", Environment.TickCount - t4));
123int t5 = Environment.TickCount;
125Util.WriteLog(String.Format(CultureInfo.CurrentCulture, "XslCompiledTransform.Transform t={0}", Environment.TickCount - t4));
131Util.WriteLog(String.Format(CultureInfo.CurrentCulture, "XslCompiledTransform(\"{0}\") t={1}", resource, Environment.TickCount - t1));
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.CodeStyle (4)
Microsoft.CodeAnalysis.EditorFeatures (2)
Microsoft.CodeAnalysis.Features (4)
Microsoft.CodeAnalysis.Workspaces (6)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Microsoft.Maui (1)
PresentationCore (33)
System\Windows\InterOp\HwndPointerInputProvider.cs (5)
411handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.InRange, Environment.TickCount);
416handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.Move, Environment.TickCount);
421handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.Down, Environment.TickCount);
426handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.Up, Environment.TickCount);
434handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.OutOfRange, Environment.TickCount);
PresentationFramework (4)
Roslyn.VisualStudio.Next.UnitTests (1)
System.Collections.Concurrent (3)
System.IO.Pipes (3)
System.IO.Ports (8)
System.Net.Requests (4)
System.Net.Sockets (3)
System.Private.CoreLib (29)
UIAutomationClient (2)
UIAutomationClientSideProviders (2)