3 implementations of IsDisposalRequired
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (1)
73
public bool
IsDisposalRequired
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
513
public bool
IsDisposalRequired
System\ComponentModel\Composition\ReflectionModel\ReflectionModelServices.cs (1)
379
public bool
IsDisposalRequired
2 references to IsDisposalRequired
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
515
get { return _originalPartCreationInfo.
IsDisposalRequired
; }
System\ComponentModel\Composition\ReflectionModel\ReflectionComposablePartDefinition.cs (1)
115
return _creationInfo.
IsDisposalRequired
;