Home
last modified time | relevance | path

Searched refs:Reactive (Results 1 – 25 of 1240) sorted by relevance

12345678910>>...50

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Reactive.Linq/
H A DSystem.Reactive.Linq.dll.sources5 ../../../external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Internal/ConcatSink.cs
6 ../../../external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Internal/Constants.cs
7 ../../../external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Internal/Helpers.cs
10 ../../../external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Internal/QueryServices.cs
12 ../../../external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Internal/HashSet.cs
13 ../../../external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Internal/Lookup.cs
17 ../../../external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable/If.cs
29 ../../../external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable_.cs
49 ../../../external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/EventPattern.cs
51 ../../../external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/EventSource.cs
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Reactive.Core/
H A DSystem.Reactive.Core.dll.sources8 ../../../external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/AnonymousObservable.cs
9 ../../../external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/AnonymousObserver.cs
10 ../../../external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/AnonymousSafeObserver.cs
11 ../../../external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/Concurrency/AsyncLock.cs
60 ../../../external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/Internal/Lazy.cs
69 ../../../external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/Internal/Sink.cs
70 ../../../external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/Internal/Stubs.cs
75 ../../../external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/Notification.cs
76 ../../../external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/ObservableBase.cs
77 ../../../external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/ObserverBase.cs
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Reactive.Interfaces/
H A DSystem.Reactive.Interfaces.dll.sources11 ../../../external/rx/Rx/NET/Source/System.Reactive.Interfaces/Reactive/Concurrency/IScheduledItem.cs
12 ../../../external/rx/Rx/NET/Source/System.Reactive.Interfaces/Reactive/Concurrency/IScheduler.cs
14 ../../../external/rx/Rx/NET/Source/System.Reactive.Interfaces/Reactive/Concurrency/IStopwatch.cs
15 ../../../external/rx/Rx/NET/Source/System.Reactive.Interfaces/Reactive/Disposables/ICancelable.cs
16 ../../../external/rx/Rx/NET/Source/System.Reactive.Interfaces/Reactive/IEventPattern.cs
17 ../../../external/rx/Rx/NET/Source/System.Reactive.Interfaces/Reactive/IEventPatternSource.cs
18 ../../../external/rx/Rx/NET/Source/System.Reactive.Interfaces/Reactive/IEventSource.cs
19 ../../../external/rx/Rx/NET/Source/System.Reactive.Interfaces/Reactive/IObserver.Result.cs
20 ../../../external/rx/Rx/NET/Source/System.Reactive.Interfaces/Reactive/Linq/IGroupedObservable.cs
21 ../../../external/rx/Rx/NET/Source/System.Reactive.Interfaces/Reactive/Linq/IQbservable.cs
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DSystem.Reactive.Providers.cs21 namespace System.Reactive.Joins
123 namespace System.Reactive.Linq
232 …public static System.Reactive.Linq.IQbservable<TSource> Dematerialize<TSource>(this System.Reactiv… in Dematerialize()
250 …c static System.Reactive.Linq.IQbservable<TResult> Empty<TResult>(this System.Reactive.Linq.IQbser… in Empty()
328Reactive.Linq.IQbservable<System.Reactive.EventPattern<System.EventArgs>> FromEventPattern(this Sy… in FromEventPattern()
391 …public static System.Reactive.Linq.IQbservable<System.Reactive.Notification<TSource>> Materialize<… in Materialize()
536Reactive.Linq.IQbservable<System.Reactive.Unit> Start(this System.Reactive.Linq.IQbservableProvide… in Start()
598 …public static System.Reactive.Linq.IQbservable<System.Reactive.TimeInterval<TSource>> TimeInterval… in TimeInterval()
599Reactive.Linq.IQbservable<System.Reactive.TimeInterval<TSource>> TimeInterval<TSource>(this System… in TimeInterval()
620 …public static System.Reactive.Linq.IQbservable<System.Reactive.Timestamped<TSource>> Timestamp<TSo… in Timestamp()
[all …]
H A DSystem.Reactive.Experimental.cs8 [assembly:System.Reactive.ExperimentalAttribute]
22 namespace System.Reactive
25 [System.Reactive.ExperimentalAttribute]
30 [System.Reactive.ExperimentalAttribute]
51 namespace System.Reactive.Linq
55 [System.Reactive.ExperimentalAttribute]
57 [System.Reactive.ExperimentalAttribute]
59 [System.Reactive.ExperimentalAttribute]
61 [System.Reactive.ExperimentalAttribute]
63 [System.Reactive.ExperimentalAttribute]
[all …]
H A DSystem.Reactive.Core.cs40 namespace System.Reactive
83 …public static bool operator ==(System.Reactive.Notification<T> left, System.Reactive.Notification<… in operator ==()
84 …public static bool operator !=(System.Reactive.Notification<T> left, System.Reactive.Notification<… in operator !=()
131 …public static bool operator ==(System.Reactive.Unit first, System.Reactive.Unit second) { throw nu… in operator ==()
132 …public static bool operator !=(System.Reactive.Unit first, System.Reactive.Unit second) { throw nu… in operator !=()
136 namespace System.Reactive.Concurrency
155 …ic sealed partial class DefaultScheduler : System.Reactive.Concurrency.LocalScheduler, System.Reac…
265 …public static System.Reactive.Concurrency.IStopwatch StartStopwatch(this System.Reactive.Concurren… in StartStopwatch()
266 …public static System.Reactive.Concurrency.SchedulerOperation Yield(this System.Reactive.Concurrenc… in Yield()
311 namespace System.Reactive.Disposables
[all …]
H A DSystem.Reactive.PlatformServices.cs21 namespace System.Reactive.Concurrency
23 …rtial class EventLoopScheduler : System.Reactive.Concurrency.LocalScheduler, System.IDisposable, S…
30 public override System.Reactive.Concurrency.IStopwatch StartStopwatch() { throw null; } in StartStopwatch()
32 …ThreadScheduler : System.Reactive.Concurrency.LocalScheduler, System.Reactive.Concurrency.ISchedul…
40 public override System.Reactive.Concurrency.IStopwatch StartStopwatch() { throw null; } in StartStopwatch()
42 …skPoolScheduler : System.Reactive.Concurrency.LocalScheduler, System.Reactive.Concurrency.ISchedul…
45 public static System.Reactive.Concurrency.TaskPoolScheduler Default { get { throw null; } }
50 public override System.Reactive.Concurrency.IStopwatch StartStopwatch() { throw null; } in StartStopwatch()
52 …adPoolScheduler : System.Reactive.Concurrency.LocalScheduler, System.Reactive.Concurrency.ISchedul…
60 public override System.Reactive.Concurrency.IStopwatch StartStopwatch() { throw null; } in StartStopwatch()
[all …]
H A DSystem.Reactive.Observable.Aliases.cs10 namespace System.Reactive.Linq
14 …public static System.Reactive.Linq.IQbservable<TSource> Filter<TSource>(this System.Reactive.Linq.… in Filter()
15 …public static System.Reactive.Linq.IQbservable<TSource> Filter<TSource>(this System.Reactive.Linq.… in Filter()
16 …public static System.Reactive.Linq.IQbservable<TOther> FlatMap<TSource, TOther>(this System.Reacti… in FlatMap()
19 …public static System.Reactive.Linq.IQbservable<TResult> FlatMap<TSource, TResult>(this System.Reac… in FlatMap()
22 …public static System.Reactive.Linq.IQbservable<TResult> FlatMap<TSource, TResult>(this System.Reac… in FlatMap()
23 …public static System.Reactive.Linq.IQbservable<TResult> FlatMap<TSource, TResult>(this System.Reac… in FlatMap()
26 …public static System.Reactive.Linq.IQbservable<TResult> FlatMap<TSource, TResult>(this System.Reac… in FlatMap()
35 …public static System.Reactive.Linq.IQbservable<TResult> Map<TSource, TResult>(this System.Reactive in Map()
36 …public static System.Reactive.Linq.IQbservable<TResult> Map<TSource, TResult>(this System.Reactive in Map()
[all …]
H A DSystem.Reactive.Linq.cs21 namespace System.Reactive
54 …public static bool operator ==(System.Reactive.TimeInterval<T> first, System.Reactive.TimeInterval… in operator ==()
55 …public static bool operator !=(System.Reactive.TimeInterval<T> first, System.Reactive.TimeInterval… in operator !=()
72 …public static bool operator ==(System.Reactive.Timestamped<T> first, System.Reactive.Timestamped<T… in operator ==()
73 …public static bool operator !=(System.Reactive.Timestamped<T> first, System.Reactive.Timestamped<T… in operator !=()
77 namespace System.Reactive.Concurrency
135 namespace System.Reactive.Joins
240 namespace System.Reactive.Linq
869 …public static System.Reactive.IEventSource<System.Reactive.Unit> ToEvent(this System.IObservable<S… in ToEvent()
919 namespace System.Reactive.Subjects
[all …]
H A DSystem.Reactive.Interfaces.cs23 namespace System.Reactive
45 namespace System.Reactive.Concurrency
61 … ScheduleLongRunning<TState>(TState state, System.Action<TState, System.Reactive.Disposables.ICanc… in ScheduleLongRunning()
73 System.Reactive.Concurrency.IStopwatch StartStopwatch(); in StartStopwatch()
76 namespace System.Reactive.Disposables
83 namespace System.Reactive.Linq
93 System.Reactive.Linq.IQbservableProvider Provider { get; }
97 …System.Reactive.Linq.IQbservable<TResult> CreateQuery<TResult>(System.Linq.Expressions.Expression … in CreateQuery()
99 …public partial interface IQbservable<out T> : System.IObservable<T>, System.Reactive.Linq.IQbserva…
103 namespace System.Reactive.Subjects
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Reactive.Providers.cs20 namespace System.Reactive.Joins
122 namespace System.Reactive.Linq
231 …public static System.Reactive.Linq.IQbservable<TSource> Dematerialize<TSource>(this System.Reactiv… in Dematerialize()
249 …c static System.Reactive.Linq.IQbservable<TResult> Empty<TResult>(this System.Reactive.Linq.IQbser… in Empty()
327Reactive.Linq.IQbservable<System.Reactive.EventPattern<System.EventArgs>> FromEventPattern(this Sy… in FromEventPattern()
390 …public static System.Reactive.Linq.IQbservable<System.Reactive.Notification<TSource>> Materialize<… in Materialize()
535Reactive.Linq.IQbservable<System.Reactive.Unit> Start(this System.Reactive.Linq.IQbservableProvide… in Start()
597 …public static System.Reactive.Linq.IQbservable<System.Reactive.TimeInterval<TSource>> TimeInterval… in TimeInterval()
598Reactive.Linq.IQbservable<System.Reactive.TimeInterval<TSource>> TimeInterval<TSource>(this System… in TimeInterval()
619 …public static System.Reactive.Linq.IQbservable<System.Reactive.Timestamped<TSource>> Timestamp<TSo… in Timestamp()
[all …]
H A DSystem.Reactive.Experimental.cs8 [assembly:System.Reactive.ExperimentalAttribute]
22 namespace System.Reactive
25 [System.Reactive.ExperimentalAttribute]
30 [System.Reactive.ExperimentalAttribute]
51 namespace System.Reactive.Linq
55 [System.Reactive.ExperimentalAttribute]
57 [System.Reactive.ExperimentalAttribute]
59 [System.Reactive.ExperimentalAttribute]
61 [System.Reactive.ExperimentalAttribute]
63 [System.Reactive.ExperimentalAttribute]
[all …]
H A DSystem.Reactive.Core.cs43 namespace System.Reactive
86 …public static bool operator ==(System.Reactive.Notification<T> left, System.Reactive.Notification<… in operator ==()
87 …public static bool operator !=(System.Reactive.Notification<T> left, System.Reactive.Notification<… in operator !=()
134 …public static bool operator ==(System.Reactive.Unit first, System.Reactive.Unit second) { throw nu… in operator ==()
135 …public static bool operator !=(System.Reactive.Unit first, System.Reactive.Unit second) { throw nu… in operator !=()
139 namespace System.Reactive.Concurrency
158 …ic sealed partial class DefaultScheduler : System.Reactive.Concurrency.LocalScheduler, System.Reac…
268 …public static System.Reactive.Concurrency.IStopwatch StartStopwatch(this System.Reactive.Concurren… in StartStopwatch()
269 …public static System.Reactive.Concurrency.SchedulerOperation Yield(this System.Reactive.Concurrenc… in Yield()
314 namespace System.Reactive.Disposables
[all …]
H A DSystem.Reactive.PlatformServices.cs20 namespace System.Reactive.Concurrency
22 …rtial class EventLoopScheduler : System.Reactive.Concurrency.LocalScheduler, System.IDisposable, S…
29 public override System.Reactive.Concurrency.IStopwatch StartStopwatch() { throw null; } in StartStopwatch()
31 …ThreadScheduler : System.Reactive.Concurrency.LocalScheduler, System.Reactive.Concurrency.ISchedul…
39 public override System.Reactive.Concurrency.IStopwatch StartStopwatch() { throw null; } in StartStopwatch()
41 …skPoolScheduler : System.Reactive.Concurrency.LocalScheduler, System.Reactive.Concurrency.ISchedul…
44 public static System.Reactive.Concurrency.TaskPoolScheduler Default { get { throw null; } }
49 public override System.Reactive.Concurrency.IStopwatch StartStopwatch() { throw null; } in StartStopwatch()
51 …adPoolScheduler : System.Reactive.Concurrency.LocalScheduler, System.Reactive.Concurrency.ISchedul…
59 public override System.Reactive.Concurrency.IStopwatch StartStopwatch() { throw null; } in StartStopwatch()
[all …]
H A DSystem.Reactive.Observable.Aliases.cs9 namespace System.Reactive.Linq
13 …public static System.Reactive.Linq.IQbservable<TSource> Filter<TSource>(this System.Reactive.Linq.… in Filter()
14 …public static System.Reactive.Linq.IQbservable<TSource> Filter<TSource>(this System.Reactive.Linq.… in Filter()
15 …public static System.Reactive.Linq.IQbservable<TOther> FlatMap<TSource, TOther>(this System.Reacti… in FlatMap()
18 …public static System.Reactive.Linq.IQbservable<TResult> FlatMap<TSource, TResult>(this System.Reac… in FlatMap()
21 …public static System.Reactive.Linq.IQbservable<TResult> FlatMap<TSource, TResult>(this System.Reac… in FlatMap()
22 …public static System.Reactive.Linq.IQbservable<TResult> FlatMap<TSource, TResult>(this System.Reac… in FlatMap()
25 …public static System.Reactive.Linq.IQbservable<TResult> FlatMap<TSource, TResult>(this System.Reac… in FlatMap()
34 …public static System.Reactive.Linq.IQbservable<TResult> Map<TSource, TResult>(this System.Reactive in Map()
35 …public static System.Reactive.Linq.IQbservable<TResult> Map<TSource, TResult>(this System.Reactive in Map()
[all …]
H A DSystem.Reactive.Linq.cs23 namespace System.Reactive
56 …public static bool operator ==(System.Reactive.TimeInterval<T> first, System.Reactive.TimeInterval… in operator ==()
57 …public static bool operator !=(System.Reactive.TimeInterval<T> first, System.Reactive.TimeInterval… in operator !=()
74 …public static bool operator ==(System.Reactive.Timestamped<T> first, System.Reactive.Timestamped<T… in operator ==()
75 …public static bool operator !=(System.Reactive.Timestamped<T> first, System.Reactive.Timestamped<T… in operator !=()
79 namespace System.Reactive.Concurrency
137 namespace System.Reactive.Joins
242 namespace System.Reactive.Linq
871 …public static System.Reactive.IEventSource<System.Reactive.Unit> ToEvent(this System.IObservable<S… in ToEvent()
921 namespace System.Reactive.Subjects
[all …]
H A DSystem.Reactive.Interfaces.cs22 namespace System.Reactive
44 namespace System.Reactive.Concurrency
60 … ScheduleLongRunning<TState>(TState state, System.Action<TState, System.Reactive.Disposables.ICanc… in ScheduleLongRunning()
72 System.Reactive.Concurrency.IStopwatch StartStopwatch(); in StartStopwatch()
75 namespace System.Reactive.Disposables
82 namespace System.Reactive.Linq
92 System.Reactive.Linq.IQbservableProvider Provider { get; }
96 …System.Reactive.Linq.IQbservable<TResult> CreateQuery<TResult>(System.Linq.Expressions.Expression … in CreateQuery()
98 …public partial interface IQbservable<out T> : System.IObservable<T>, System.Reactive.Linq.IQbserva…
102 namespace System.Reactive.Subjects
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Reactive.PlatformServices/
H A DSystem.Reactive.PlatformServices.dll.sources5 ../../../external/rx/Rx/NET/Source/System.Reactive.PlatformServices/Reactive/Concurrency/EventLoopS…
6 ../../../external/rx/Rx/NET/Source/System.Reactive.PlatformServices/Reactive/Concurrency/NewThreadS…
8 ../../../external/rx/Rx/NET/Source/System.Reactive.PlatformServices/Reactive/Concurrency/Thread.Stu…
9 ../../../external/rx/Rx/NET/Source/System.Reactive.PlatformServices/Reactive/Concurrency/ThreadPool…
10 ../../../external/rx/Rx/NET/Source/System.Reactive.PlatformServices/Reactive/EnlightenmentProvider.…
13 ../../../external/rx/Rx/NET/Source/System.Reactive.PlatformServices/Reactive/Internal/PhoneShellThu…
14 ../../../external/rx/Rx/NET/Source/System.Reactive.PlatformServices/Reactive/Internal/StopwatchImpl…
15 ../../../external/rx/Rx/NET/Source/System.Reactive.PlatformServices/Reactive/Concurrency/TaskPoolSc…
16 ../../../external/rx/Rx/NET/Source/System.Reactive.PlatformServices/Reactive/Concurrency/ThreadPool…
17 ../../../external/rx/Rx/NET/Source/System.Reactive.PlatformServices/Reactive/Internal/ExceptionServ…
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Rx_Xamarin/
H A D.gitignore2 android/rx/Mono.Reactive.Testing/bin/
3 android/rx/Mono.Reactive.Testing/obj/
4 android/rx/System.Reactive.Core/bin/
5 android/rx/System.Reactive.Core/obj/
6 android/rx/System.Reactive.Debugger/bin/
7 android/rx/System.Reactive.Debugger/obj/
10 android/rx/System.Reactive.Interfaces/bin/
12 android/rx/System.Reactive.Linq/bin/
13 android/rx/System.Reactive.Linq/obj/
22 android/rx/Tests.System.Reactive/bin/
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Reactive.Providers/
H A DSystem.Reactive.Providers.dll.sources2 ../../../external/rx/Rx/NET/Source/System.Reactive.Providers/GlobalSuppressions.cs
3 ../../../external/rx/Rx/NET/Source/System.Reactive.Providers/Properties/AssemblyInfo.cs
4 ../../../external/rx/Rx/NET/Source/System.Reactive.Providers/Reactive/Internal/Constants.cs
5 ../../../external/rx/Rx/NET/Source/System.Reactive.Providers/Reactive/Joins/QueryablePattern.cs
6 ../../../external/rx/Rx/NET/Source/System.Reactive.Providers/Reactive/Joins/QueryablePlan.cs
7 ../../../external/rx/Rx/NET/Source/System.Reactive.Providers/Reactive/Linq/ExpressionVisitor.cs
8 ../../../external/rx/Rx/NET/Source/System.Reactive.Providers/Reactive/Linq/Observable.Queryable.cs
9 ../../../external/rx/Rx/NET/Source/System.Reactive.Providers/Reactive/Linq/Qbservable.cs
10 ../../../external/rx/Rx/NET/Source/System.Reactive.Providers/Reactive/Linq/Qbservable.Generated.cs
11 ../../../external/rx/Rx/NET/Source/System.Reactive.Providers/Reactive/Linq/Qbservable.Joins.cs
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/mono/
H A DMakefile15 …System.Reactive.Core System.Reactive.Debugger System.Reactive.Experimental System.Reactive.Interfa…
16 …System.Reactive.PlatformServices System.Reactive.Providers System.Reactive.Runtime.Remoting System…
94 System.Reactive.Experimental_MONOREFS := System.Reactive.Linq System.Reactive.Core System.Reactive.…
95 System.Reactive.Linq_MONOREFS :=System.Reactive.Interfaces System.Reactive.Core
96 System.Reactive.Observable.Aliases_MONOREFS := System.Reactive.Interfaces System.Reactive.Providers…
97 System.Reactive.PlatformServices_MONOREFS := System.Reactive.Core System.Reactive.Interfaces System…
98 System.Reactive.Providers_MONOREFS := System.Reactive.Interfaces System.Reactive.Core System.Reacti…
100 System.Reactive.Windows.Forms_MONOREFS := System.Reactive.Core System.Reactive.Interfaces
128 System.Reactive.Core System.Reactive.Debugger System.Reactive.Experimental \
129 …System.Reactive.Interfaces System.Reactive.Linq System.Reactive.Observable.Aliases System.Reactive
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Reactive.Experimental/
H A DSystem.Reactive.Experimental.dll.sources2 ../../../external/rx/Rx/NET/Source/System.Reactive.Experimental/ExperimentalAttribute.cs
3 ../../../external/rx/Rx/NET/Source/System.Reactive.Experimental/InternalsVisibleTo.cs
4 ../../../external/rx/Rx/NET/Source/System.Reactive.Experimental/Properties/AssemblyInfo.cs
5 ../../../external/rx/Rx/NET/Source/System.Reactive.Experimental/Reactive/Internal/BinaryObserver.cs
6 ../../../external/rx/Rx/NET/Source/System.Reactive.Experimental/Reactive/Linq/QbservableEx.cs
7 ../../../external/rx/Rx/NET/Source/System.Reactive.Experimental/Reactive/Linq/IQueryLanguageEx.cs
8 ../../../external/rx/Rx/NET/Source/System.Reactive.Experimental/Reactive/Linq/ObservableEx.cs
9 ../../../external/rx/Rx/NET/Source/System.Reactive.Experimental/Reactive/Linq/QbservableEx.Generate…
10 ../../../external/rx/Rx/NET/Source/System.Reactive.Experimental/Reactive/Linq/QueryLanguageEx.cs
11 ../../../external/rx/Rx/NET/Source/System.Reactive.Experimental/Reactive/ListObservable.cs
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Reactive.Windows.Threading/
H A DSystem.Reactive.Windows.Threading.dll.sources2 ../../../external/rx/Rx/NET/Source/System.Reactive.Windows.Threading/GlobalSuppressions.cs
3 ../../../external/rx/Rx/NET/Source/System.Reactive.Windows.Threading/Reactive/Concurrency/CoreDispa…
4 ../../../external/rx/Rx/NET/Source/System.Reactive.Windows.Threading/Reactive/Internal/Constants.cs
5 ../../../external/rx/Rx/NET/Source/System.Reactive.Windows.Threading/Reactive/Linq/CoreDispatcherOb…
6 ../../../external/rx/Rx/NET/Source/System.Reactive.Windows.Threading/Reactive/Linq/DispatcherObserv…
7 ../../../external/rx/Rx/NET/Source/System.Reactive.Windows.Threading/Reactive/Concurrency/Dispatche…
8 ../../../external/rx/Rx/NET/Source/System.Reactive.Windows.Threading/Properties/AssemblyInfo.cs
9 ../../../external/rx/Rx/NET/Source/System.Reactive.Windows.Threading/Strings_WindowsThreading.Gener…
/dports/lang/mono/mono-5.10.1.57/external/rx/xpkg/
H A Dbuild-package.sh9 --library=android:Rx_Xamarin/android/libs/System.Reactive.Interfaces.dll \
10 --library=android:Rx_Xamarin/android/libs/System.Reactive.Core.dll \
11 --library=android:Rx_Xamarin/android/libs/System.Reactive.Linq.dll \
14 --library=android:Rx_Xamarin/android/libs/System.Reactive.Debugger.dll \
15 --library=android:Rx_Xamarin/android/libs/System.Reactive.Providers.dll \
16 --library=iOS:Rx_Xamarin/iOS/libs/System.Reactive.Interfaces.dll \
17 --library=iOS:Rx_Xamarin/iOS/libs/System.Reactive.Core.dll \
18 --library=iOS:Rx_Xamarin/iOS/libs/System.Reactive.Linq.dll \
19 --library=iOS:Rx_Xamarin/iOS/libs/System.Reactive.PlatformServices.dll \
20 --library=iOS:Rx_Xamarin/iOS/libs/System.Reactive.Experimental.dll \
[all …]
/dports/lang/mono/mono-5.10.1.57/data/
H A Dreactive.pc.in1 Name: Reactive Extensions
2 Description: Reactive Extensions
4Reactive.Interfaces.dll -r:@prefix@/lib/mono/4.5/System.Reactive.Core.dll -r:@prefix@/lib/mono/4.5…

12345678910>>...50