1 write to _toPublish
Microsoft.ML.Core (1)
Data\ServerChannel.cs (1)
134
_toPublish
= new Dictionary<string, Delegate>();
12 references to _toPublish
Microsoft.ML.Core (12)
Data\ServerChannel.cs (12)
40
private ServerChannel ThisIfActiveOrNull =>
_toPublish
== null ? null : this;
85
_chp.AssertValue(
_toPublish
);
87
_toPublish
.Add(name, func);
92
if (
_toPublish
!= null)
98
if (
_toPublish
!= null)
104
if (
_toPublish
!= null)
110
if (
_toPublish
!= null)
121
_chp.Assert((
_toPublish
== null) == (_onPublish == null));
122
if (
_toPublish
== null)
132
_chp.Assert((_onPublish == null) == (
_toPublish
== null));
133
if (
_toPublish
== null)
241
NameToFuncs = sch.
_toPublish
;