1 write to _options
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
45_options = circuitOptions.Value;
5 references to _options
Microsoft.AspNetCore.Components.Server (5)
Circuits\RemoteJSRuntime.cs (5)
48DefaultAsyncTimeout = _options.JSInteropDefaultCallTimeout; 52for (var i = _options.JsonTypeInfoResolvers.Count - 1; i >= 0; i--) 54JsonSerializerOptions.TypeInfoResolverChain.Insert(0, _options.JsonTypeInfoResolvers[i]); 78if (_options.DetailedErrors) 233=> await RemoteJSDataStream.CreateRemoteJSDataStreamAsync(this, jsStreamReference, totalLength, _maximumIncomingBytes, _options.JSInteropDefaultCallTimeout, cancellationToken);