16 references to WriteObjectStart
Microsoft.CodeAnalysis (16)
CommandLine\SarifErrorLogger.cs (3)
49_writer.WriteObjectStart("region"); 95_writer.WriteObjectStart("properties"); 104_writer.WriteObjectStart("customProperties");
CommandLine\SarifV1ErrorLogger.cs (4)
42_writer.WriteObjectStart("tool"); 150_writer.WriteObjectStart("rules"); 156_writer.WriteObjectStart(pair.Key); // rule 178_writer.WriteObjectStart("properties");
CommandLine\SarifV2ErrorLogger.cs (9)
65_writer.WriteObjectStart("message"); 99_writer.WriteObjectStart("properties"); 173_writer.WriteObjectStart("artifactLocation"); 198_writer.WriteObjectStart("tool"); 199_writer.WriteObjectStart("driver"); 226_writer.WriteObjectStart("shortDescription"); 234_writer.WriteObjectStart("fullDescription"); 257_writer.WriteObjectStart("properties"); 317_writer.WriteObjectStart("defaultConfiguration");