4 references to BinaryLength
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\RequestQueue.cs (1)
54byte[] securityDescriptorBytes = new byte[securityDescriptor.BinaryLength];
System.Security.AccessControl (3)
System\Security\AccessControl\ObjectSecurity.cs (1)
555byte[] result = new byte[_securityDescriptor.BinaryLength];
System\Security\AccessControl\SecurityDescriptor.cs (2)
150byte[] binaryForm = new byte[BinaryLength]; 203if (binaryForm.Length - offset < BinaryLength)