2 writes to PackageFullName
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ApplicationContainerSettings.cs (2)
17this.PackageFullName = ApplicationContainerSettingsDefaults.PackageFullNameDefaultString; 23this.PackageFullName = source.PackageFullName;
4 references to PackageFullName
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ApplicationContainerSettings.cs (4)
23this.PackageFullName = source.PackageFullName; 57return !string.IsNullOrEmpty(this.PackageFullName); 73if (this.PackageFullName != applicationContainerSettings.PackageFullName)