5 references to CLRPlatformAssemblyName
Microsoft.Build.Tasks.Core (5)
GenerateApplicationManifest.cs (2)
300
AssemblyReference clrPlatformAssembly = manifest.AssemblyReferences.Find(Constants.
CLRPlatformAssemblyName
);
306
clrPlatformAssembly.AssemblyIdentity = new AssemblyIdentity(Constants.
CLRPlatformAssemblyName
, ClrVersion);
ManifestUtil\ApplicationManifest.cs (2)
121
AssemblyReference CLRPlatformAssembly = AssemblyReferences.Find(Constants.
CLRPlatformAssemblyName
);
129
CLRPlatformAssembly.AssemblyIdentity = new AssemblyIdentity(Constants.
CLRPlatformAssemblyName
, Util.GetClrVersion(_targetFrameworkVersion));
ManifestUtil\AssemblyReference.cs (1)
93
if (String.Equals(AssemblyIdentity.Name, Constants.
CLRPlatformAssemblyName
, StringComparison.OrdinalIgnoreCase))