2 writes to _innerException
MSBuild (2)
CommandLineSwitches.cs (2)
859
_innerException
= innerExceptionValue;
917
_innerException
= switchesToAppend._innerException;
2 references to _innerException
MSBuild (2)
CommandLineSwitches.cs (2)
883
InitializationException.Throw(_errorMessage, _badCommandLineArg,
_innerException
, false);
917
_innerException = switchesToAppend.
_innerException
;