6 references to WriteTo
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\ChecksumCollection.cs (1)
112=> writer.WriteArray(this.Children, static (w, c) => c.WriteTo(w));
Workspace\Solution\StateChecksums.cs (5)
70this.Checksum.WriteTo(writer); 71this.SolutionState.WriteTo(writer); 72this.SourceGeneratorExecutionVersionMap.WriteTo(writer); 236this.Attributes.WriteTo(writer); 239this.FallbackAnalyzerOptions.WriteTo(writer);