2 writes to _haveSetRootDirectory
System.AddIn (2)
System\Addin\Hosting\Store\PipelineComponent.cs (2)
77
_haveSetRootDirectory
= true;
186
_haveSetRootDirectory
= true;
3 references to _haveSetRootDirectory
System.AddIn (3)
System\Addin\Hosting\Store\PipelineComponent.cs (3)
182
if (!
_haveSetRootDirectory
) {
192
System.Diagnostics.Contracts.Contract.Assert(
_haveSetRootDirectory
, "You must set this component's root directory before getting an absolute path. Either call SetRootDirectory or use RelativeLocation instead.");
206
if (
_haveSetRootDirectory
)