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