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