6 references to s_encodedCharLength
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (6)
119for (int position = 0; position < length - s_encodedCharLength + 1; position++) 152copyPosition = position + s_encodedCharLength + 4; 162copyPosition = position + s_encodedCharLength + 4; 165position += s_encodedCharLength - 1 + 4; //just skip 169copyPosition = position + s_encodedCharLength; 175position += s_encodedCharLength - 1;