4 references to Constants
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (2)
605for (int i = 0; i < model.Constants.Length; i++) 607ConstantMapping constant = ImportConstantMapping(model.Constants[i]);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1211for (int i = 0; i < model.Constants.Length; i++) 1213ConstantMapping constant = ImportConstantMapping(model.Constants[i]);