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