2 writes to _maxPlatformVersion
Microsoft.Build.Utilities.Core (2)
ExtensionSDK.cs (2)
126if (!Version.TryParse(Manifest.MaxPlatformVersion, out _maxPlatformVersion)) 128_maxPlatformVersion = null;
2 references to _maxPlatformVersion
Microsoft.Build.Utilities.Core (2)
ExtensionSDK.cs (2)
124if (_maxPlatformVersion == null && Manifest.MaxPlatformVersion != null) 132return _maxPlatformVersion;