Home
last modified time | relevance | path

Searched refs:rootToValidate (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Validation/
H A DActivityValidationServices.cs464 Activity rootToValidate; field in System.Activities.Validation.ActivityValidationServices.InternalActivityValidationServices
473 this.rootToValidate = toValidate; in InternalActivityValidationServices()
485 …ActivityUtilities.CacheRootMetadata(this.rootToValidate, this.environment, this.options, new Activ… in InternalValidate()
490 …ActivityUtilities.CacheRootMetadata(this.rootToValidate, this.environment, this.options, new Activ… in InternalValidate()
500 … if (!this.settings.SingleLevel || object.ReferenceEquals(toValidate, this.rootToValidate)) in ValidateElement()