2 references to AllocateByteArray
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\DataProtectionSecurityStateEncoder.cs (2)
34
_entropy = DiagnosticUtility.Utility.
AllocateByteArray
(entropy.Length);
52
result = DiagnosticUtility.Utility.
AllocateByteArray
(_entropy.Length);