1 instantiation of SourceObservable
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlock.cs (1)
2267
return _table.GetValue(source, static s => new
SourceObservable
<TOutput>(s));
9 references to SourceObservable
System.Threading.Tasks.Dataflow (9)
Base\DataflowBlock.cs (9)
2240
return
SourceObservable
<TOutput>.From(source);
2248
[DebuggerTypeProxy(typeof(
SourceObservable
<>.DebugView))]
2258
private static readonly ConditionalWeakTable<ISourceBlock<TOutput>,
SourceObservable
<TOutput>> _table =
2259
new ConditionalWeakTable<ISourceBlock<TOutput>,
SourceObservable
<TOutput>>();
2264
internal static
SourceObservable
<TOutput> From(ISourceBlock<TOutput> source)
2420
private readonly
SourceObservable
<TOutput> _observable;
2424
public DebugView(
SourceObservable
<TOutput> observable)
2439
internal readonly
SourceObservable
<TOutput> Observable;
2459
internal ObserversState(
SourceObservable
<TOutput> observable)