3 overrides of Validate
System.AddIn (3)
System\Addin\Hosting\Store\AddInAdapter.cs (1)
50
internal override bool
Validate
(Type type, Collection<String> warnings)
System\Addin\Hosting\Store\AddInBase.cs (1)
42
internal override bool
Validate
(Type type, Collection<String> warnings)
System\Addin\Hosting\Store\ContractComponent.cs (1)
36
internal override bool
Validate
(Type type, Collection<String> warnings)
4 references to Validate
System.AddIn (4)
System\Addin\Hosting\InspectionWorker.cs (1)
306
if (component.
Validate
(type, retval.Warnings))
System\Addin\Hosting\Store\AddInAdapter.cs (1)
95
return base.
Validate
(type, warnings);
System\Addin\Hosting\Store\AddInBase.cs (1)
49
return base.
Validate
(type, warnings);
System\Addin\Hosting\Store\ContractComponent.cs (1)
51
return base.
Validate
(type, warnings);