1 write to _parentContainer
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationContext.cs (1)
351
this.
_parentContainer
= parentContainer;
8 references to _parentContainer
System.ComponentModel.DataAnnotations (8)
DataAnnotations\ValidationContext.cs (8)
361
if (promote && this.
_parentContainer
!= null) {
362
this.
_parentContainer
.AddService(serviceType, callback, promote);
381
if (promote && this.
_parentContainer
!= null) {
382
this.
_parentContainer
.AddService(serviceType, serviceInstance, promote);
405
if (promote && this.
_parentContainer
!= null) {
406
this.
_parentContainer
.RemoveService(serviceType);
426
if (service == null && this.
_parentContainer
!= null) {
427
service = this.
_parentContainer
.GetService(serviceType);