2 writes to _innerException
MSBuild (2)
CommandLineSwitches.cs (2)
860
_innerException
= innerExceptionValue;
918
_innerException
= switchesToAppend._innerException;
2 references to _innerException
MSBuild (2)
CommandLineSwitches.cs (2)
884
InitializationException.Throw(_errorMessage, _badCommandLineArg,
_innerException
, false);
918
_innerException = switchesToAppend.
_innerException
;