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