3 references to ReadAllLines
Microsoft.DotNet.Arcade.Sdk (2)
src\ValidateLicense.cs (2)
38var actualLines = File.ReadAllLines(LicensePath, Encoding.UTF8); 39var expectedLines = File.ReadAllLines(ExpectedLicensePath, Encoding.UTF8);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (1)
865=> ReadAllLines(path, Encoding.UTF8);