1 instantiation of Progress
Microsoft.TestPlatform.CrossPlatEngine (1)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
159IProgress<int> progressReporter = new Progress<int>((int progress) =>
8 references to Progress
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
389[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Progress<>))]
netstandard (1)
netstandard.cs (1)
1353[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Progress<>))]
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Progress.cs (4)
29/// <summary>Initializes the <see cref="Progress{T}"/>.</summary> 39/// <summary>Initializes the <see cref="Progress{T}"/> with the specified callback.</summary> 44/// the <see cref="Progress{T}"/> at construction, it's possible that this handler instance 97/// <summary>Holds static values for <see cref="Progress{T}"/>.</summary>
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
427[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Progress<>))]
System.Runtime.Extensions (1)
System.Runtime.Extensions.cs (1)
25[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Progress<>))]