5 writes to IsPrerequisite
Microsoft.Build.Tasks.Core (5)
GenerateApplicationManifest.cs (2)
303
clrPlatformAssembly = new AssemblyReference {
IsPrerequisite
= true };
434
IsPrerequisite
= true,
GenerateManifestBase.cs (1)
137
assembly.
IsPrerequisite
= true;
ManifestUtil\ApplicationManifest.cs (1)
124
CLRPlatformAssembly = new AssemblyReference {
IsPrerequisite
= true };
ManifestUtil\Manifest.cs (1)
257
a.
IsPrerequisite
= true;
8 references to IsPrerequisite
Microsoft.Build.Tasks.Core (8)
ManifestUtil\ApplicationManifest.cs (4)
440
if (assembly.ReferenceType == AssemblyReferenceType.NativeAssembly && !assembly.
IsPrerequisite
&& !String.IsNullOrEmpty(assembly.ResolvedPath))
629
if (!assembly.
IsPrerequisite
&& !String.Equals(
654
if (!assembly.
IsPrerequisite
&& !String.IsNullOrEmpty(assembly.TargetPath))
684
if (assembly.
IsPrerequisite
&& !assembly.AssemblyIdentity.IsStrongName && !assembly.IsVirtual)
ManifestUtil\Manifest.cs (3)
251
if (!a.
IsPrerequisite
|| a.AssemblyIdentity == null)
455
if (!a.
IsPrerequisite
)
645
if (!assembly.
IsPrerequisite
)
ResolveNativeReference.cs (1)
258
if (!assemblyref.
IsPrerequisite
)