4 references to IRuleSetFile
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\IRuleSetManager.cs (1)
12IReferenceCountedDisposable<ICacheEntry<string, IRuleSetFile>> GetOrCreateRuleSet(string ruleSetFileFullPath);
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (3)
28private IReferenceCountedDisposable<ICacheEntry<string, IRuleSetFile>>? _ruleSetFile = null; 210if (_ruleSetFile?.Target.Value != (IRuleSetFile)sender) 230protected virtual CompilationOptions ComputeCompilationOptionsWithHostValues(CompilationOptions compilationOptions, IRuleSetFile? ruleSetFile)