5 references to IRuleSetFile
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\IRuleSetManager.cs (1)
12
IReferenceCountedDisposable<ICacheEntry<string,
IRuleSetFile
>> GetOrCreateRuleSet(string ruleSetFileFullPath);
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (3)
28
private IReferenceCountedDisposable<ICacheEntry<string,
IRuleSetFile
>>? _ruleSetFile = null;
210
if (_ruleSetFile?.Target.Value != (
IRuleSetFile
)sender)
230
protected virtual CompilationOptions ComputeCompilationOptionsWithHostValues(CompilationOptions compilationOptions,
IRuleSetFile
? ruleSetFile)
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProjectSystemProjectOptionsProcessor.cs (1)
51
/// by either <see cref="ProjectSystemProjectOptionsProcessor.ComputeCompilationOptionsWithHostValues(CompilationOptions,
IRuleSetFile
)"/>