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