2 writes to _innerException
MSBuild (2)
CommandLine\CommandLineSwitches.cs (2)
866
_innerException
= innerExceptionValue;
924
_innerException
= switchesToAppend._innerException;
2 references to _innerException
MSBuild (2)
CommandLine\CommandLineSwitches.cs (2)
890
InitializationException.Throw(_errorMessage, _badCommandLineArg,
_innerException
, false);
924
_innerException = switchesToAppend.
_innerException
;