1 write to PathToFile
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfig.cs (1)
146PathToFile = pathToFile;
5 references to PathToFile
Microsoft.CodeAnalysis (4)
CommandLine\AnalyzerConfigSet.cs (4)
295config.PathToFile, 502MergeSection(config.PathToFile, config.GlobalSection, config.GlobalLevel, isGlobalSection: true); 510MergeSection(config.PathToFile, unescapedSection, config.GlobalLevel, isGlobalSection: false); 518config.PathToFile));
Microsoft.CodeAnalysis.UnitTests (1)
Analyzers\AnalyzerConfigTests.cs (1)
125Assert.Equal(path, config.PathToFile);