1 implementation of IProgress
mscorlib (1)
system\progress.cs (1)
36
public class Progress<T> :
IProgress
<T>
2 references to IProgress
mscorlib (1)
system\progress.cs (1)
98
void
IProgress
<T>.Report(T value) { OnReport(value); }
System.ServiceModel (1)
System\ServiceModel\Description\ServiceReflector.cs (1)
344
internal static readonly Type IProgressType = typeof(
IProgress
<>);