24 references to GetDeterministicKey
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
1751
var key = compilation.
GetDeterministicKey
(
Microsoft.CodeAnalysis.Rebuild.UnitTests (23)
BasicDeterministicKeyBuilderTests.cs (2)
91
var key = compilation.
GetDeterministicKey
(additionalTexts: ImmutableArray.Create<AdditionalText>(additionalText));
124
var key = compilation.
GetDeterministicKey
();
CSharpDeterministicKeyBuilderTests.cs (7)
81
var key = compilation.
GetDeterministicKey
(options: DeterministicKeyOptions.IgnoreToolVersions);
159
var key = compilation.
GetDeterministicKey
(options: options);
198
var key = compilation.
GetDeterministicKey
(additionalTexts: ImmutableArray.Create<AdditionalText>(additionalText));
225
var key = compilation.
GetDeterministicKey
(options: DeterministicKeyOptions.Default);
615
var key = compilation.
GetDeterministicKey
(emitOptions: EmitOptions, sourceLinkStream: sourceLinkStream, options: DeterministicKeyOptions.IgnoreToolVersions);
659
var key = compilation.
GetDeterministicKey
(resources: resources, options: DeterministicKeyOptions.IgnoreToolVersions);
702
var key = compilation.
GetDeterministicKey
(options: DeterministicKeyOptions.IgnoreToolVersions);
DeterministicKeyBuilderTests.cs (14)
173
var property = GetJsonProperty(compilation.
GetDeterministicKey
(), "compilation.options");
179
var property = GetJsonProperty(compilation.
GetDeterministicKey
(), "compilation");
187
var property = GetJsonProperty(compilation.
GetDeterministicKey
(), "compilation.syntaxTrees");
195
var property = GetJsonProperty(compilation.
GetDeterministicKey
(), "compilation.references");
219
var property = GetJsonProperty(compilation.
GetDeterministicKey
(pathMap: pathMap), "compilation.syntaxTrees");
225
var property = GetJsonProperty(compilation.
GetDeterministicKey
(additionalTexts: additionalTexts, pathMap: pathMap), "additionalTexts");
231
var property = GetJsonProperty(compilation.
GetDeterministicKey
(analyzers: analyzers.ToImmutableArray()), "analyzers");
237
var property = GetJsonProperty(compilation.
GetDeterministicKey
(generators: generators.ToImmutableArray()), "generators");
247
var key = compilation.
GetDeterministicKey
(
294
var key = compilation.
GetDeterministicKey
();
361
var key = compilation.
GetDeterministicKey
();
363
Assert.Equal(key, compilation.
GetDeterministicKey
());
367
key = compilation.
GetDeterministicKey
();
368
Assert.NotEqual(key, compilation.
GetDeterministicKey
());