17 references to Profile
System (5)
sys\system\runtime\versioning\FrameworkName.cs (5)
60if (!String.IsNullOrEmpty(Profile)) { 63sb.Append(Profile); 88Profile == other.Profile; 92return Identifier.GetHashCode() ^ Version.GetHashCode() ^ Profile.GetHashCode();
System.Activities.Presentation (4)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\FrameworkNameExtensions.cs (3)
28if (frameworkName.Profile == string.Empty) 33if (frameworkName.Profile == FrameworkNameConstants.ClientProfileName) 43return string.IsNullOrEmpty(frameworkName.Profile);
System.Activities.Presentation\System\Activities\Presentation\DesignerConfigurationService.cs (1)
329throw FxTrace.Exception.AsError(new InvalidOperationException(string.Format(CultureInfo.CurrentUICulture, SR.NotSupportedFrameworkProfile, value.Profile)));
System.Data (4)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\FrameworkNameExtensions.cs (3)
28if (frameworkName.Profile == string.Empty) 33if (frameworkName.Profile == FrameworkNameConstants.ClientProfileName) 43return string.IsNullOrEmpty(frameworkName.Profile);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignerConfigurationService.cs (1)
329throw FxTrace.Exception.AsError(new InvalidOperationException(string.Format(CultureInfo.CurrentUICulture, SR.NotSupportedFrameworkProfile, value.Profile)));
System.Web (4)
Compilation\AssemblyResolver.cs (4)
123string.Equals(name.Profile, targetName.Profile, StringComparison.OrdinalIgnoreCase)) { 448if (!string.IsNullOrEmpty(MultiTargetingUtil.TargetFrameworkName.Profile)) { 449profile = " '" + MultiTargetingUtil.TargetFrameworkName.Profile + "'";