1 write to VersionedContent
Microsoft.Build.Utilities.Core (1)
PlatformManifest.cs (1)
142VersionedContent = versionedContent;
7 references to VersionedContent
Microsoft.Build.Utilities.Core (3)
ToolLocationHelper.cs (3)
1007if (TryGetPlatformManifest(targetSdk, platformKey, out var manifest) && manifest?.VersionedContent == true) 1090if (manifest.VersionedContent) 1231sdkContentFolderPath = manifest.VersionedContent
Microsoft.Build.Utilities.UnitTests (4)
PlatformManifest_Tests.cs (4)
261manifest.Manifest.VersionedContent.ShouldBeFalse(); 274manifest.Manifest.VersionedContent.ShouldBeFalse(); 287manifest.Manifest.VersionedContent.ShouldBeFalse(); 300manifest.Manifest.VersionedContent.ShouldBeTrue();