Searched refs:OurNamespace (Results 1 – 1 of 1) sorted by relevance
68 … 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