1 write to _exception
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Primitives\ComposablePartExceptionDebuggerProxy.cs (1)
16_exception = exception;
3 references to _exception
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\Primitives\ComposablePartExceptionDebuggerProxy.cs (3)
21get { return _exception.Element; } 26get { return _exception.InnerException; } 31get { return _exception.Message; }