1 write to _size
Microsoft.AspNetCore.Server.HttpSys (1)
src\Shared\HttpSys\NativeInterop\SocketAddress.cs (1)
24
_size
= size;
2 references to _size
Microsoft.AspNetCore.Server.HttpSys (2)
src\Shared\HttpSys\NativeInterop\SocketAddress.cs (2)
54
Contract.Assert(
_size
>= IPv6AddressSize);
62
Contract.Assert(
_size
>= IPv4AddressSize);