8 references to Description
System.ComponentModel.Composition (8)
System\ComponentModel\Composition\CompositionError.cs (6)
29
/// <see cref="
Description
"/> property to an empty string ("").
50
/// <see cref="
Description
"/> property to an empty string ("").
65
/// <see cref="
Description
"/> property to an empty string ("").
85
/// <see cref="
Description
"/> property to an empty string ("").
161
/// A <see cref="string"/> containing the <see cref="
Description
"/> property.
165
return
Description
;
System\ComponentModel\Composition\CompositionErrorDebuggerProxy.cs (1)
22
get { return _error.
Description
; }
System\ComponentModel\Composition\CompositionException.cs (1)
240
writer.AppendLine(error.
Description
);