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)
74this.Checksum.WriteTo(writer); 75this.SolutionState.WriteTo(writer); 76this.SourceGeneratorExecutionVersionMap.WriteTo(writer); 258this.Attributes.WriteTo(writer); 261this.FallbackAnalyzerOptions.WriteTo(writer);