1 write to Path
Microsoft.DotNet.ApiCompat.Tests (1)
TempFile.cs (1)
19Path = path;
5 references to Path
Microsoft.DotNet.ApiCompat.Tests (5)
AttributeDifferenceTests.cs (4)
41File.WriteAllLines(excludeAttributesFile.Path, new string[] { "T:System.ComponentModel.DisplayNameAttribute", "T:AttributeDifference.FooAttribute" }); 43string runOutput = Helpers.RunApiCompat(_implementationPath, new string[] { _contractPath }, new string[] { excludeAttributesFile.Path }, "implementation", "contract", frontend); 55File.WriteAllLines(excludeAttributesFile.Path, new string[] { "T:System.ComponentModel.DesignerAttribute", "T:AttributeDifference.FooAttribute", "T:System.ComponentModel.DefaultValueAttribute" }); 57string runOutput = Helpers.RunApiCompat(_implementationPath, new string[] { _contractPath }, new string[] { excludeAttributesFile.Path }, null, null, frontend);
TempFile.cs (1)
37try { File.Delete(Path); }