3 writes to state
Microsoft.Build.Tasks.Core (3)
ResolveManifestFiles.cs (3)
468
entry.publishInfo.
state
= PublishState.Prerequisite;
472
entry.publishInfo.
state
= PublishState.Include;
812
this.
state
= StringToPublishState(item.GetMetadata("PublishState"));
5 references to state
Microsoft.Build.Tasks.Core (5)
ResolveManifestFiles.cs (5)
463
if (entry.publishInfo.
state
== PublishState.Auto)
477
PublishFlags flags = PublishFlags.GetAssemblyFlags(entry.publishInfo.
state
, copyLocal);
586
PublishFlags flags = PublishFlags.GetFileFlags(entry.publishInfo.
state
, fileExtension, entry.includedByDefault);
647
PublishFlags flags = PublishFlags.GetSatelliteFlags(entry.publishInfo.
state
, satelliteCulture, _targetCulture, _includeAllSatellites);
684
if (manifestEntryPointList[i].
state
!= PublishState.Exclude &&