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