1 instantiation of SourceObservable
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlock.cs (1)
2183
return _table.GetValue(source, static s => new
SourceObservable
<TOutput>(s));
9 references to SourceObservable
System.Threading.Tasks.Dataflow (9)
Base\DataflowBlock.cs (9)
2156
return
SourceObservable
<TOutput>.From(source);
2164
[DebuggerTypeProxy(typeof(
SourceObservable
<>.DebugView))]
2174
private static readonly ConditionalWeakTable<ISourceBlock<TOutput>,
SourceObservable
<TOutput>> _table =
2175
new ConditionalWeakTable<ISourceBlock<TOutput>,
SourceObservable
<TOutput>>();
2180
internal static
SourceObservable
<TOutput> From(ISourceBlock<TOutput> source)
2333
private readonly
SourceObservable
<TOutput> _observable;
2337
public DebugView(
SourceObservable
<TOutput> observable)
2352
internal readonly
SourceObservable
<TOutput> Observable;
2372
internal ObserversState(
SourceObservable
<TOutput> observable)