2 writes to _minor
System.Private.CoreLib (2)
src\System\Reflection\AssemblyName.CoreCLR.cs (2)
36_minor = (ushort)version.Minor; 43_minor = defaultValue;
4 references to _minor
System.Private.CoreLib (4)
src\System\Reflection\AssemblyName.CoreCLR.cs (4)
51if (_major == ushort.MaxValue || _minor == ushort.MaxValue) 55return new Version(_major, _minor); 58return new Version(_major, _minor, _build); 60return new Version(_major, _minor, _build, _revision);