1 write to KeyFile
Microsoft.Extensions.DependencyModel (1)
CompilationOptions.cs (1)
71KeyFile = keyFile;
2 references to KeyFile
Microsoft.Extensions.DependencyModel (1)
DependencyContextWriter.cs (1)
91AddStringPropertyIfNotNull(DependencyContextStrings.KeyFilePropertyName, compilationOptions.KeyFile, jsonWriter);
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToPreserveCompilationContext.cs (1)
108dependencyContext.CompilationOptions.KeyFile.Should().Be("");