3 references to CharArrayLength
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\UniqueId.cs (2)
267
int count =
CharArrayLength
;
385
int length =
CharArrayLength
;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
698
int charCount = value.
CharArrayLength
;