4 references to ToUInt32
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Connection.cs (2)
66
_serverSettings.EnableWebTransport = Convert.
ToUInt32
(context.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams);
69
_serverSettings.H3Datagram = Convert.
ToUInt32
(context.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams);
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (1)
175
Convert.
ToUInt32
(false));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Boolean.cs (1)
363
return Convert.
ToUInt32
(m_value);