7 references to guidLength
System.Runtime.Serialization (7)
System\Xml\UniqueID.cs (7)
67if (guidLength > guid.Length - offset) 68throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR.GetString(SR.XmlArrayTooSmallInput, guidLength), "guid")); 180byte* bytes = stackalloc byte[guidLength]; 244byte* bytes = stackalloc byte[guidLength]; 293byte[] buffer = new byte[guidLength]; 320if (guidLength > buffer.Length - offset) 321throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("buffer", SR.GetString(SR.XmlArrayTooSmallOutput, guidLength)));