10 references to WriteTo
Microsoft.CodeAnalysis (2)
Syntax\SyntaxNode.cs (1)
330this.WriteTo(writer);
Syntax\SyntaxNodeOrToken.cs (1)
346_nodeOrParent?.WriteTo(writer);
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.cs (1)
1252cref.WriteTo(tmp);
Microsoft.Interop.ComInterfaceGenerator (7)
ComInterfaceGenerator.cs (7)
220interfaceInfo.WriteTo(source); 225managedToNativeInterfaceImplementations.WriteTo(source); 228nativeToManagedStubs.WriteTo(source); 231nativeToManagedVtableStructs.WriteTo(source); 234nativeToManagedVtable.WriteTo(source); 237iUnknownDerivedAttribute.WriteTo(source); 240shadowingMethod.WriteTo(source);