Пример #1
0
 public static INavigatableMarker CreateNavigatableMarker(NodeKind nodeKind, ISymbol containingType, string symbolName, bool navigationSuggested = true)
 {
     return(SymbolNodeBase.CreateMarker(nodeKind, containingType, symbolName, navigationSuggested));
 }