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");
225
writer.
WriteKey
("content");
262
writer.
WriteKey
("options");
278
writer.
WriteKey
("parseOptions");
286
writer.
WriteKey
("syntaxTrees");
295
writer.
WriteKey
("references");
307
writer.
WriteKey
("toolsVersions");
335
writer.
WriteKey
("text");
388
writer.
WriteKey
("secondaryModules");
406
writer.
WriteKey
("properties");
411
writer.
WriteKey
("compilation");
458
writer.
WriteKey
("aliases");
486
writer.
WriteKey
("instrumentationKinds");
508
writer.
WriteKey
("sourceLink");
514
writer.
WriteKey
("subsystemVersion");
565
writer.
WriteKey
("specificDiagnosticOptions");
601
writer.
WriteKey
("extensions");
627
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)
31
writer.
WriteKey
("usings");
52
writer.
WriteKey
("preprocessorSymbols");