3 writes to PackageFullName
System.ServiceModel (3)
System\ServiceModel\Channels\ApplicationContainerSettings.cs (2)
20this.PackageFullName = ApplicationContainerSettingsDefaults.PackageFullNameDefaultString; 26this.PackageFullName = source.PackageFullName;
System\ServiceModel\Configuration\ApplicationContainerSettingsElement.cs (1)
60settings.PackageFullName = this.PackageFullName;
7 references to PackageFullName
System.ServiceModel (7)
System\ServiceModel\Channels\ApplicationContainerSettings.cs (5)
26this.PackageFullName = source.PackageFullName; 60return !string.IsNullOrEmpty(this.PackageFullName); 74suffix = string.Format(CultureInfo.InvariantCulture, GroupNameSuffixFormat, this.SessionId, this.PackageFullName); 87if (this.PackageFullName != applicationContainerSettings.PackageFullName)
System\ServiceModel\Channels\PipeConnection.cs (1)
1876return AppContainerInfo.CreateAppContainerInfo(appSettings.PackageFullName, appSettings.SessionId);
System\ServiceModel\Configuration\ApplicationContainerSettingsElement.cs (1)
71SetPropertyValueIfNotDefaultValue(ConfigurationStrings.PackageFullName, settings.PackageFullName);