1 write to _currentVersion
Microsoft.AspNetCore.InternalTesting (1)
xunit\MinimumOsVersionAttribute.cs (1)
37
_currentVersion
= currentVersion;
1 reference to _currentVersion
Microsoft.AspNetCore.InternalTesting (1)
xunit\MinimumOsVersionAttribute.cs (1)
40
_skip = _targetOS == _currentOS && _minVersion >
_currentVersion
;