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