1 implementation of Value
Microsoft.CodeAnalysis.Workspaces (1)
ReferenceCountedDisposableCache.cs (1)
65public TValue Value { get; }
16 references to Value
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (6)
140return _ruleSetFile?.Target.Value.FilePath; 149_ruleSetFile.Target.Value.UpdatedOnDisk -= RuleSetFile_UpdatedOnDisk; 173if (_ruleSetFile?.Target.Value.FilePath != effectiveRuleSetPath) 182_ruleSetFile.Target.Value.UpdatedOnDisk += RuleSetFile_UpdatedOnDisk; 199compilationOptions = ComputeCompilationOptionsWithHostValues(compilationOptions, _ruleSetFile?.Target.Value); 225if (_ruleSetFile?.Target.Value != (IRuleSetFile)sender)
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.cs (1)
40cacheEntry.Target.Value.InitializeFileTracking(_fileChangeWatcher);
Microsoft.VisualStudio.LanguageServices.UnitTests (9)
ProjectSystemShim\VisualStudioRuleSetTests.vb (9)
56Dim generalDiagnosticOption = visualStudioRuleSet.Target.Value.GetGeneralDiagnosticOption() 100Dim generalDiagnosticOption = visualStudioRuleSet.Target.Value.GetGeneralDiagnosticOption() 147AddHandler ruleSet1.Target.Value.UpdatedOnDisk, Sub() handlerCalled = True 150Dim generalDiagnosticOption = ruleSet1.Target.Value.GetGeneralDiagnosticOption() 189Dim generalDiagnosticOption = ruleSet1.Target.Value.GetGeneralDiagnosticOption() 198generalDiagnosticOption = ruleSet2.Target.Value.GetGeneralDiagnosticOption() 234Dim generalDiagnosticOption = ruleSet1.Target.Value.GetGeneralDiagnosticOption() 271Dim generalDiagnosticOption = ruleSet.Target.Value.GetGeneralDiagnosticOption() 276Dim exception = ruleSet.Target.Value.GetException()