3 writes to Name
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
412
dest.
Name
= src.Name;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
5995
o.
@Name
= Reader.Value;
6081
o.
@Name
= Reader.Value;
4 references to Name
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
2202
if (string.IsNullOrEmpty(soapFaultBinding.
Name
))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
412
dest.Name = src.
Name
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
679
WriteAttribute(@"name", @"", ((global::System.String)o.
@Name
));
728
WriteAttribute(@"name", @"", ((global::System.String)o.
@Name
));