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)
40private ServerChannel ThisIfActiveOrNull => _toPublish == null ? null : this; 85_chp.AssertValue(_toPublish); 87_toPublish.Add(name, func); 92if (_toPublish != null) 98if (_toPublish != null) 104if (_toPublish != null) 110if (_toPublish != null) 121_chp.Assert((_toPublish == null) == (_onPublish == null)); 122if (_toPublish == null) 132_chp.Assert((_onPublish == null) == (_toPublish == null)); 133if (_toPublish == null) 241NameToFuncs = sch._toPublish;