Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DSyntaxTreeHelpers.cs16 public static bool ScanFor(object objectToScan, IWithPosition objectToFind) in ScanFor() argument
21 found |= objectToFind.Equals(x); in ScanFor()