4 overrides of Size
System (2)
net\System\Net\_SafeNetHandles.cs (2)
2820public override int Size 2852public override int Size
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
200public override int Size
System.Web (1)
HttpChannelBindingToken.cs (1)
35public override int Size {
9 references to Size
System (3)
net\System\Net\Internal.cs (1)
1487this.size = (binding == null ? 0 : binding.Size);
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (2)
185byte[] channelBindingData = new byte[customChannelBinding.Size]; 186Marshal.Copy(customChannelBinding.DangerousGetHandle(), channelBindingData, 0, customChannelBinding.Size);
System.IdentityModel (1)
System\IdentityModel\SspiHelper.cs (1)
367this.size = channelBinding.Size;
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelBindingUtility.cs (5)
220if (source.Size <= 0) 222throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("source.Size", source.Size, 241AllocateMemory(source.Size); 246for (int i = 0; i < source.Size; i++) 251this.size = source.Size;