3 references to constStrings
System.Runtime.Serialization (3)
System\Xml\StringHandle.cs (3)
113
return nameTable.Add(
constStrings
[key]);
126
return
constStrings
[key];
149
byte[] buffer = XmlConverter.ToBytes(
constStrings
[key]);