1 write to s_nativeAddressSize
System.Net.Sockets (1)
System\Net\Sockets\UnixDomainSocketEndPoint.Unix.cs (1)
22fixed (int* addressSize = &s_nativeAddressSize)
2 references to s_nativeAddressSize
System.Net.Sockets (2)
System\Net\Sockets\UnixDomainSocketEndPoint.cs (1)
65internal static int MaxAddressSize => s_nativeAddressSize;
System\Net\Sockets\UnixDomainSocketEndPoint.Unix.cs (1)
29Debug.Assert(s_nativePathOffset + s_nativePathLength <= s_nativeAddressSize, "Expected address size to include all of the path length");