6 references to Value
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (6)
147return _ruleSetFile?.Target.Value.FilePath; 156_ruleSetFile.Target.Value.UpdatedOnDisk -= RuleSetFile_UpdatedOnDisk; 180if (_ruleSetFile?.Target.Value.FilePath != effectiveRuleSetPath) 193_ruleSetFile.Target.Value.UpdatedOnDisk += RuleSetFile_UpdatedOnDisk; 211compilationOptions = ComputeCompilationOptionsWithHostValues(compilationOptions, _ruleSetFile?.Target.Value); 238if (_ruleSetFile?.Target.Value != (IRuleSetFile)sender)