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)
182if (!_haveSetRootDirectory) { 192System.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."); 206if (_haveSetRootDirectory)