19 references to WriteObjectStart
Microsoft.CodeAnalysis (19)
CommandLine\SarifErrorLogger.cs (3)
49_writer.WriteObjectStart("region"); 95_writer.WriteObjectStart("properties"); 104_writer.WriteObjectStart("customProperties");
CommandLine\SarifV1ErrorLogger.cs (4)
42_writer.WriteObjectStart("tool"); 154_writer.WriteObjectStart("rules"); 160_writer.WriteObjectStart(pair.Key); // rule 182_writer.WriteObjectStart("properties");
CommandLine\SarifV2ErrorLogger.cs (12)
68_writer.WriteObjectStart("message"); 102_writer.WriteObjectStart("properties"); 178_writer.WriteObjectStart("artifactLocation"); 193_writer.WriteObjectStart("properties"); 212_writer.WriteObjectStart("tool"); 213_writer.WriteObjectStart("driver"); 247_writer.WriteObjectStart("shortDescription"); 255_writer.WriteObjectStart("fullDescription"); 281_writer.WriteObjectStart("properties"); 393_writer.WriteObjectStart("descriptor"); 400_writer.WriteObjectStart("configuration"); 435_writer.WriteObjectStart("defaultConfiguration");