1 interface inheriting from ISyntaxWriter
Microsoft.Cci.Extensions (1)
1 implementation of ISyntaxWriter
Microsoft.Cci.Extensions (1)
21 references to ISyntaxWriter
Microsoft.Cci.Extensions (18)
Writers\Syntax\ISyntaxWriter.cs (8)
22public static void Write(this ISyntaxWriter writer, string str, params object[] args)
27public static void WriteLine(this ISyntaxWriter writer, bool force)
34public static void WriteSpace(this ISyntaxWriter writer)
39public static void WriteList<T>(this ISyntaxWriter writer, IEnumerable<T> list, Action<T> writeItem, string delimiter = ",", bool addSpaceAfterDelimiter = true)
57public static void WriteSyntaxToken(this ISyntaxWriter writer, SyntaxToken token)
75public static void WriteSyntaxTokens(this ISyntaxWriter writer, IEnumerable<SyntaxToken> tokens)
81public static IDisposable StartBraceBlock(this ISyntaxWriter writer)
86public static IDisposable StartBraceBlock(this ISyntaxWriter writer, bool onNewLine)
Microsoft.DotNet.GenAPI (3)