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