9 references to WriteTo
Microsoft.CodeAnalysis (2)
Syntax\SyntaxNode.cs (1)
330this.WriteTo(writer);
Syntax\SyntaxNodeOrToken.cs (1)
346_nodeOrParent?.WriteTo(writer);
Microsoft.Interop.ComInterfaceGenerator (7)
ComInterfaceGenerator.cs (7)
190interfaceInfo.WriteTo(source); 195managedToNativeInterfaceImplementations.WriteTo(source); 198nativeToManagedStubs.WriteTo(source); 201nativeToManagedVtableStructs.WriteTo(source); 204nativeToManagedVtable.WriteTo(source); 207iUnknownDerivedAttribute.WriteTo(source); 210shadowingMethod.WriteTo(source);