1 write to _currentSdkVersion
Microsoft.TemplateEngine.Edge (1)
Constraints\SdkVersionConstraintFactory.cs (1)
38_currentSdkVersion = currentSdkVersion;
2 references to _currentSdkVersion
Microsoft.TemplateEngine.Edge (2)
Constraints\SdkVersionConstraintFactory.cs (2)
60if (supportedSdk.CheckIfVersionIsValid(_currentSdkVersion.ToString())) 73string.Format(LocalizableStrings.SdkConstraint_Message_Restricted, _currentSdkVersion.ToString(), supportedSdks.ToCsvString()),