43 references to WriteKey
Microsoft.CodeAnalysis (37)
CommandLine\SarifV1ErrorLogger.cs (2)
93
_writer.
WriteKey
(PrimaryLocationPropertyName);
115
_writer.
WriteKey
("physicalLocation");
CommandLine\SarifV2ErrorLogger.cs (2)
131
_writer.
WriteKey
(PrimaryLocationPropertyName);
153
_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);
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpDeterministicKeyBuilder.cs (2)
31
writer.
WriteKey
("usings");
52
writer.
WriteKey
("preprocessorSymbols");
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\VisualBasicDeterministicKeyBuilder.vb (4)
35
writer.
WriteKey
("preprocessorSymbols")
44
writer.
WriteKey
(pair.Key)
79
writer.
WriteKey
("globalImports")
89
writer.
WriteKey
("parseOptions")