4 references to Constants
System.Xml (4)
System\Xml\Serialization\SoapReflectionImporter.cs (2)
540
for (int i = 0; i < model.
Constants
.Length; i++) {
541
ConstantMapping constant = ImportConstantMapping(model.
Constants
[i]);
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1060
for (int i = 0; i < model.
Constants
.Length; i++) {
1061
ConstantMapping constant = ImportConstantMapping(model.
Constants
[i]);