Searched refs:UsingFileNotFound (Results 1 – 3 of 3) sorted by relevance
48 UsingFileNotFound = 36, enumerator
55 … creationDriver.HandleError(ParsingError.UsingFileNotFound, usingEntry.Path, in TraverseDepthFirst()
365 Assert.AreEqual(ParsingError.UsingFileNotFound, exception.Error); in ShouldFailOnNonExistingUsingFile()