6 references to Create
dotnet-user-jwts (1)
Helpers\SigningKeysHandler.cs (1)
92
secrets.Add(signkingKeysPropertyName, JsonValue.
Create
(new[] { key }));
Microsoft.ML.AutoML (5)
SweepableEstimator\Converter\MultiModelPipelineConverter.cs (1)
28
jsonObject["estimators"] = JsonValue.
Create
(value.Estimators);
SweepableEstimator\Converter\SweepableEstimatorConverter.cs (1)
31
jObject["parameter"] = JsonValue.
Create
(value.Parameter);
SweepableEstimator\Converter\SweepableEstimatorPipelineConverter.cs (2)
30
jNode["parameter"] = JsonValue.
Create
(parameter);
31
jNode["estimators"] = JsonValue.
Create
(estimators);
SweepableEstimator\Converter\SweepablePipelineConverter.cs (1)
30
jsonObject["estimators"] = JsonValue.
Create
(value.Estimators);