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)
73this.Checksum.WriteTo(writer); 74this.SolutionState.WriteTo(writer); 75this.SourceGeneratorExecutionVersionMap.WriteTo(writer); 257this.Attributes.WriteTo(writer); 260this.FallbackAnalyzerOptions.WriteTo(writer);