1 write to _chp
Microsoft.ML.Core (1)
Data\ServerChannel.cs (1)
45_chp = provider;
10 references to _chp
Microsoft.ML.Core (10)
Data\ServerChannel.cs (10)
46_chp.AssertNonWhiteSpace(idenfier); 82_chp.CheckNonEmpty(name, nameof(name)); 83_chp.CheckValue(func, nameof(func)); 84_chp.Check(_published == null, "Cannot expose more interfaces once a server channel has been published"); 85_chp.AssertValue(_toPublish); 121_chp.Assert((_toPublish == null) == (_onPublish == null)); 124_chp.Check(_published == null, "Cannot republish once a server channel has been published"); 131_chp.CheckValue(toDo, nameof(toDo)); 132_chp.Assert((_onPublish == null) == (_toPublish == null)); 136_chp.AssertValue(_onPublish);