6 references to WriteNumber
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenJsonSerializerContext.AccessTokenResponse.g.cs (1)
156writer.WriteNumber(PropName_ExpiresIn, ((global::Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse)value).ExpiresIn);
Microsoft.AspNetCore.Components.WebAssembly (1)
WebAssemblyJsonSerializerContext.RootComponentOperationBatch.g.cs (1)
109writer.WriteNumber(PropName_batchId, ((global::Microsoft.AspNetCore.Components.RootComponentOperationBatch)value).BatchId);
Microsoft.JSInterop (3)
Implementation\JSObjectReferenceJsonWorker.cs (1)
63writer.WriteNumber(JSObjectIdKey, objectReference.Id);
Infrastructure\DotNetObjectReferenceJsonConverter.cs (1)
60writer.WriteNumber(DotNetObjectRefKey, objectId);
Infrastructure\DotNetStreamReferenceJsonConverter.cs (1)
32writer.WriteNumber(DotNetStreamRefKey, id);
System.Text.Json (1)
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.SignedNumber.cs (1)
120=> WriteNumber(propertyName, (long)value);