42 references to WriteKey
Microsoft.CodeAnalysis (40)
CommandLine\SarifV1ErrorLogger.cs (2)
97
_writer.
WriteKey
(PrimaryLocationPropertyName);
119
_writer.
WriteKey
("physicalLocation");
CommandLine\SarifV2ErrorLogger.cs (2)
136
_writer.
WriteKey
(PrimaryLocationPropertyName);
158
_writer.
WriteKey
("physicalLocation");
Compilation\DeterministicKeyBuilder.cs (26)
82
writer.
WriteKey
(key);
93
writer.
WriteKey
(key);
149
writer.
WriteKey
("compilation");
151
writer.
WriteKey
("additionalTexts");
153
writer.
WriteKey
("analyzers");
155
writer.
WriteKey
("generators");
157
writer.
WriteKey
("emitOptions");
159
writer.
WriteKey
("resources");
175
writer.
WriteKey
("text");
214
writer.
WriteKey
("content");
251
writer.
WriteKey
("options");
254
writer.
WriteKey
("syntaxTrees");
263
writer.
WriteKey
("references");
275
writer.
WriteKey
("toolsVersions");
302
writer.
WriteKey
("text");
304
writer.
WriteKey
("parseOptions");
356
writer.
WriteKey
("secondaryModules");
374
writer.
WriteKey
("properties");
379
writer.
WriteKey
("compilation");
426
writer.
WriteKey
("aliases");
454
writer.
WriteKey
("instrumentationKinds");
476
writer.
WriteKey
("sourceLink");
482
writer.
WriteKey
("subsystemVersion");
519
writer.
WriteKey
("specificDiagnosticOptions");
555
writer.
WriteKey
("extensions");
581
writer.
WriteKey
("features");
InternalUtilities\JsonWriter.cs (10)
47
WriteKey
(key);
63
WriteKey
(key);
81
WriteKey
(key);
87
WriteKey
(key);
93
WriteKey
(key);
99
WriteKey
(key);
105
WriteKey
(key);
111
WriteKey
(key);
124
WriteKey
(key);
130
WriteKey
(key);
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpDeterministicKeyBuilder.cs (2)
30
writer.
WriteKey
("usings");
51
writer.
WriteKey
("preprocessorSymbols");