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