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