5 references to
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (1)
304
return Attributes
[
name];
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
245
XmlAttribute millisecondsAttribute = wsrmNode.Attributes
[
ReliableSessionPolicyStrings.Milliseconds];
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
1335
wsdlBindingQName = new XmlQualifiedName(policy.Attributes
[
bindingAttrName].Value, policy.Attributes
[
bindingAttrNamespace].Value);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
1750
requiredAttr = element.Attributes
[
"required"];