Searched refs:SyntaxTreeHelpers (Results 1 – 3 of 3) sorted by relevance
14 public static class SyntaxTreeHelpers class94 private static readonly string OurNamespace = typeof(SyntaxTreeHelpers).Namespace;
175 … SyntaxTreeHelpers.VisitSyntaxTree<IPrefixable>(description, x => x.Prefix(prefix)); in SetupScopeInDescription()176 …SyntaxTreeHelpers.VisitSyntaxTree<ReferenceValue>(description, x => x.Scope = description.FileName… in SetupScopeInDescription()
335 SyntaxTreeHelpers.VisitSyntaxTree<IVisitable>(from, ctorElement => in BuildDependencyGraph()560 SyntaxTreeHelpers.VisitSyntaxTree<ObjectValue>(entry, objectValue => in ProcessEntryPostMerge()1712 if(SyntaxTreeHelpers.ScanFor(description, element)) in GetElementSourceAndPath()