2 writes to ConfigFileContents
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
src\Compilers\Core\MSBuildTask\GenerateMSBuildEditorConfig.cs (2)
59
ConfigFileContents
= string.Empty;
108
ConfigFileContents
= builder.ToString();
2 references to ConfigFileContents
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
src\Compilers\Core\MSBuildTask\GenerateMSBuildEditorConfig.cs (2)
120
if (existingContents.Equals(
ConfigFileContents
))
126
File.WriteAllText(targetFileName,
ConfigFileContents
, encoding);