7 references to guidLength
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Xml\UniqueId.cs (7)
92if (guidLength > guid.Length - offset) 93throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(string.Format(SRSerialization.XmlArrayTooSmallInput, guidLength), "guid")); 220byte* bytes = stackalloc byte[guidLength]; 286byte* bytes = stackalloc byte[guidLength]; 335byte[] buffer = new byte[guidLength]; 364if (guidLength > buffer.Length - offset) 365throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("buffer", string.Format(SRSerialization.XmlArrayTooSmallOutput, guidLength)));