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