Home
last modified time | relevance | path

Searched refs:XmlArrayTooSmallOutput (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Xml/
H A DUniqueId.cs215 …Error(new ArgumentOutOfRangeException(nameof(chars), SR.Format(SR.XmlArrayTooSmallOutput, count))); in ToCharArray()
297 …ror(new ArgumentOutOfRangeException(nameof(buffer), SR.Format(SR.XmlArrayTooSmallOutput, guidLengt… in TryGetGuid()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/ReferenceSources/
H A DSR.cs169 …public const string XmlArrayTooSmallOutput = "Array too small. Must be able to hold at least {0}.… field in System.Runtime.Serialization.SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DUniqueID.cs236 …perError(new ArgumentOutOfRangeException("chars", SR.GetString(SR.XmlArrayTooSmallOutput, count))); in ToCharArray()
321 …rError(new ArgumentOutOfRangeException("buffer", SR.GetString(SR.XmlArrayTooSmallOutput, guidLengt… in TryGetGuid()