3 writes to state
Microsoft.Build.Tasks.Core (3)
ResolveManifestFiles.cs (3)
482entry.publishInfo.state = PublishState.Prerequisite; 486entry.publishInfo.state = PublishState.Include; 829this.state = StringToPublishState(item.GetMetadata("PublishState"));
5 references to state
Microsoft.Build.Tasks.Core (5)
ResolveManifestFiles.cs (5)
477if (entry.publishInfo.state == PublishState.Auto) 491PublishFlags flags = PublishFlags.GetAssemblyFlags(entry.publishInfo.state, copyLocal); 601PublishFlags flags = PublishFlags.GetFileFlags(entry.publishInfo.state, fileExtension, entry.includedByDefault); 662PublishFlags flags = PublishFlags.GetSatelliteFlags(entry.publishInfo.state, satelliteCulture, _targetCulture, _includeAllSatellites); 699if (manifestEntryPointList[i].state != PublishState.Exclude &&