1 write to m_exceptionArgument
mscorlib (1)
system\version.cs (1)
497m_exceptionArgument = argument;
3 references to m_exceptionArgument
mscorlib (3)
system\version.cs (3)
510return new ArgumentOutOfRangeException(m_exceptionArgument, Environment.GetResourceString("ArgumentOutOfRange_Version")); 514Int32.Parse(m_exceptionArgument, CultureInfo.InvariantCulture); 520Contract.Assert(false, "Int32.Parse() did not throw exception but TryParse failed: " + m_exceptionArgument);