39 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)
82
writer.
WriteKey
(key);
93
writer.
WriteKey
(key);
142
writer.
WriteKey
("compilation");
144
writer.
WriteKey
("additionalTexts");
146
writer.
WriteKey
("analyzers");
148
writer.
WriteKey
("generators");
150
writer.
WriteKey
("emitOptions");
166
writer.
WriteKey
("text");
212
writer.
WriteKey
("options");
215
writer.
WriteKey
("syntaxTrees");
224
writer.
WriteKey
("references");
236
writer.
WriteKey
("toolsVersions");
263
writer.
WriteKey
("text");
265
writer.
WriteKey
("parseOptions");
301
writer.
WriteKey
("secondaryModules");
319
writer.
WriteKey
("properties");
325
writer.
WriteKey
("compilation");
372
writer.
WriteKey
("aliases");
399
writer.
WriteKey
("instrumentationKinds");
425
writer.
WriteKey
("subsystemVersion");
462
writer.
WriteKey
("specificDiagnosticOptions");
498
writer.
WriteKey
("extensions");
524
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");