1 write to PathToFile
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfig.cs (1)
166
PathToFile
= pathToFile;
4 references to PathToFile
Microsoft.CodeAnalysis (4)
CommandLine\AnalyzerConfigSet.cs (4)
284
config.
PathToFile
,
491
MergeSection(config.
PathToFile
, config.GlobalSection, config.GlobalLevel, isGlobalSection: true);
499
MergeSection(config.
PathToFile
, unescapedSection, config.GlobalLevel, isGlobalSection: false);
507
config.
PathToFile
));