Пример #1
0
 /// <summary>
 /// Writes only the name of the symbol out to the writer. Uses the original source text
 /// for the name of the symbol if it is available to match how the user inputted the name.
 /// </summary>
 private static void AppendSymbolNameOnly(ISymbol symbol, ISymbolWriter writer)
 {
     writer.WriteSymbol(GetNameOfSymbol(symbol), symbol);
 }