8 references to WriteTo
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Solution\ChecksumsAndIds.cs (3)
34this.Checksums.WriteTo(writer); 89this.AttributeChecksums.WriteTo(writer); 90this.TextChecksums.WriteTo(writer);
Workspace\Solution\StateChecksums.cs (5)
76this.FrozenSourceGeneratedDocumentIdentities.WriteTo(writer); 238this.AnalyzerReferences.WriteTo(writer); 401this.ProjectReferences.WriteTo(writer); 402this.MetadataReferences.WriteTo(writer); 403this.AnalyzerReferences.WriteTo(writer);