1 write to _onPublish
Microsoft.ML.Core (1)
Data\ServerChannel.cs (1)
135
_onPublish
+= toDo;
4 references to _onPublish
Microsoft.ML.Core (4)
Data\ServerChannel.cs (4)
121
_chp.Assert((_toPublish == null) == (
_onPublish
== null));
126
_onPublish
(_published);
132
_chp.Assert((
_onPublish
== null) == (_toPublish == null));
136
_chp.AssertValue(
_onPublish
);