5 references to IRuleSetFile
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\IRuleSetManager.cs (1)
12
IReferenceCountedDisposable<ICacheEntry<string,
IRuleSetFile
>> GetOrCreateRuleSet(string ruleSetFileFullPath);
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (4)
45
private IReferenceCountedDisposable<ICacheEntry<string,
IRuleSetFile
>>? _ruleSetFile = null;
238
if (_ruleSetFile?.Target.Value != (
IRuleSetFile
)sender)
272
protected virtual CompilationOptions ComputeCompilationOptionsWithHostValues(CompilationOptions compilationOptions,
IRuleSetFile
? ruleSetFile)
284
/// by either <see cref="ComputeCompilationOptionsWithHostValues(CompilationOptions,
IRuleSetFile
)"/> or <see cref="ComputeParseOptionsWithHostValues(ParseOptions)"/>.