1 instantiation of SourceObservable
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlock.cs (1)
2185
return _table.GetValue(source, static s => new
SourceObservable
<TOutput>(s));
9 references to SourceObservable
System.Threading.Tasks.Dataflow (9)
Base\DataflowBlock.cs (9)
2158
return
SourceObservable
<TOutput>.From(source);
2166
[DebuggerTypeProxy(typeof(
SourceObservable
<>.DebugView))]
2176
private static readonly ConditionalWeakTable<ISourceBlock<TOutput>,
SourceObservable
<TOutput>> _table =
2177
new ConditionalWeakTable<ISourceBlock<TOutput>,
SourceObservable
<TOutput>>();
2182
internal static
SourceObservable
<TOutput> From(ISourceBlock<TOutput> source)
2335
private readonly
SourceObservable
<TOutput> _observable;
2339
public DebugView(
SourceObservable
<TOutput> observable)
2354
internal readonly
SourceObservable
<TOutput> Observable;
2374
internal ObserversState(
SourceObservable
<TOutput> observable)