Home
last modified time | relevance | path

Searched refs:UsingResolver (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/UserInterface/
DPlatformDescriptionMachineExtensions.cs27 public class UsingResolver : IUsingResolver class in Antmicro.Renode.PlatformDescription.UserInterface.PlatformDescriptionMachineExtensions
29 public UsingResolver(IEnumerable<string> pathPrefixes) in UsingResolver() method in Antmicro.Renode.PlatformDescription.UserInterface.PlatformDescriptionMachineExtensions.UsingResolver
69 var usingResolver = new UsingResolver(monitor.CurrentPathPrefixes); in PrepareDriver()
/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/PlatformDescription/
DUsingTests.cs421 resolver = new UsingResolver(Enumerable.Empty<string>()); in SetUp()
441 private UsingResolver resolver;