Home
last modified time | relevance | path

Searched refs:ScanFile (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DAdHocCompilerTests.cs29 Assert.IsTrue(manager.ScanFile(file)); in ShouldNotThrowOnEmptyFile()
39 Assert.IsTrue(manager.ScanFile(file)); in ShouldCompileCsFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DTypeManager.cs34 Instance.ScanFile(name, bundled: true); in TypeManager()
85 public bool ScanFile(string path, bool bundled = false) in ScanFile() method in Antmicro.Renode.Utilities.TypeManager
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs583 var result = TypeManager.Instance.ScanFile(compiledCode); in TryCompilePlugin()