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