Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DSyntaxTreeHelpers.cs68 … x.GetGenericArguments()[0].Namespace.StartsWith(OurNamespace, StringComparison.InvariantCulture)))
78 … else if(typeOfValue.Namespace.StartsWith(OurNamespace, StringComparison.InvariantCulture))
94 private static readonly string OurNamespace = typeof(SyntaxTreeHelpers).Namespace; field in Antmicro.Renode.PlatformDescription.Syntax.SyntaxTreeHelpers