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