37 references to WriteKey
Microsoft.CodeAnalysis (37)
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 (23)
81
writer.
WriteKey
(key);
92
writer.
WriteKey
(key);
141
writer.
WriteKey
("compilation");
143
writer.
WriteKey
("additionalTexts");
145
writer.
WriteKey
("analyzers");
147
writer.
WriteKey
("generators");
149
writer.
WriteKey
("emitOptions");
165
writer.
WriteKey
("text");
211
writer.
WriteKey
("options");
214
writer.
WriteKey
("syntaxTrees");
223
writer.
WriteKey
("references");
235
writer.
WriteKey
("toolsVersions");
262
writer.
WriteKey
("text");
264
writer.
WriteKey
("parseOptions");
300
writer.
WriteKey
("secondaryModules");
318
writer.
WriteKey
("properties");
324
writer.
WriteKey
("compilation");
371
writer.
WriteKey
("aliases");
398
writer.
WriteKey
("instrumentationKinds");
424
writer.
WriteKey
("subsystemVersion");
461
writer.
WriteKey
("specificDiagnosticOptions");
497
writer.
WriteKey
("extensions");
523
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);