1 write to _targetCulture
Microsoft.Build.Tasks.Core (1)
ResolveManifestFiles.cs (1)
242_targetCulture = new CultureInfo(TargetCulture);
2 references to _targetCulture
Microsoft.Build.Tasks.Core (2)
ResolveManifestFiles.cs (2)
404if (PublishFlags.IsSatelliteIncludedByDefault(satelliteCulture, _targetCulture, _includeAllSatellites)) 641PublishFlags flags = PublishFlags.GetSatelliteFlags(entry.publishInfo.state, satelliteCulture, _targetCulture, _includeAllSatellites);