10 references to Set
Microsoft.ML.Core (5)
Utilities\ThreadUtils.cs (5)
168
/// block to push any exceptions (hopefully none) into this marshaller, using <see cref="
Set
"/>.
170
/// <see cref="Token"/> as the cancellation token (this token is canceled iff <see cref="
Set
"/>
172
/// <see cref="
Set
"/> has been called (possibly by receiving the cancellation) or is sure somehow
187
/// A cancellation token, whose source will be canceled if <see cref="
Set
"/> is ever called.
231
/// If an exception was ever set through <see cref="
Set
"/>, raise it as an appropriate
Microsoft.ML.Data (5)
DataLoadSave\Binary\BinaryLoader.cs (2)
1407
_exMarshaller.
Set
("decompressing", ex);
1436
_exMarshaller.
Set
("reading", ex);
DataLoadSave\Binary\BinarySaver.cs (3)
245
exMarshaller.
Set
("compressing", ex);
566
exMarshaller.
Set
("writing", ex);
633
exMarshaller.
Set
("cursoring", ex);