1 write to VersionedContent
Microsoft.Build.Utilities.Core (1)
PlatformManifest.cs (1)
143VersionedContent = versionedContent;
7 references to VersionedContent
Microsoft.Build.Utilities.Core (3)
ToolLocationHelper.cs (3)
1012if (TryGetPlatformManifest(targetSdk, platformKey, out var manifest) && manifest?.VersionedContent == true) 1095if (manifest.VersionedContent) 1236sdkContentFolderPath = manifest.VersionedContent
Microsoft.Build.Utilities.UnitTests (4)
PlatformManifest_Tests.cs (4)
262manifest.Manifest.VersionedContent.ShouldBeFalse(); 275manifest.Manifest.VersionedContent.ShouldBeFalse(); 288manifest.Manifest.VersionedContent.ShouldBeFalse(); 301manifest.Manifest.VersionedContent.ShouldBeTrue();