3 references to CharArrayLength
System.Private.DataContractSerialization (3)
System\Xml\UniqueId.cs (2)
202
int count =
CharArrayLength
;
301
_s ??= string.Create(
CharArrayLength
, this, (destination, thisRef) => thisRef.ToSpan(destination));
System\Xml\XmlUTF8TextWriter.cs (1)
596
int charCount = value.
CharArrayLength
;