1 write to _published
Microsoft.ML.Core (1)
Data\ServerChannel.cs (1)
125
_published
= new Bundle(this);
4 references to _published
Microsoft.ML.Core (4)
Data\ServerChannel.cs (4)
76
_published
?.Done();
84
_chp.Check(
_published
== null, "Cannot expose more interfaces once a server channel has been published");
124
_chp.Check(
_published
== null, "Cannot republish once a server channel has been published");
126
_onPublish(
_published
);