5 writes to IsPrerequisite
Microsoft.Build.Tasks.Core (5)
GenerateApplicationManifest.cs (2)
302
clrPlatformAssembly = new AssemblyReference {
IsPrerequisite
= true };
433
IsPrerequisite
= true,
GenerateManifestBase.cs (1)
136
assembly.
IsPrerequisite
= true;
ManifestUtil\ApplicationManifest.cs (1)
123
CLRPlatformAssembly = new AssemblyReference {
IsPrerequisite
= true };
ManifestUtil\Manifest.cs (1)
256
a.
IsPrerequisite
= true;
7 references to IsPrerequisite
Microsoft.Build.Tasks.Core (7)
ManifestUtil\ApplicationManifest.cs (4)
439
if (assembly.ReferenceType == AssemblyReferenceType.NativeAssembly && !assembly.
IsPrerequisite
&& !String.IsNullOrEmpty(assembly.ResolvedPath))
628
if (!assembly.
IsPrerequisite
&& !String.Equals(
653
if (!assembly.
IsPrerequisite
&& !String.IsNullOrEmpty(assembly.TargetPath))
683
if (assembly.
IsPrerequisite
&& !assembly.AssemblyIdentity.IsStrongName && !assembly.IsVirtual)
ManifestUtil\Manifest.cs (3)
250
if (!a.
IsPrerequisite
|| a.AssemblyIdentity == null)
454
if (!a.
IsPrerequisite
)
644
if (!assembly.
IsPrerequisite
)