1 write to PublicKeyPath
Microsoft.DotNet.HotReload.Watch (1)
Browser\BrowserToolsBuildOutputs.cs (1)
60PublicKeyPath = Path.Combine(directory, PublicKeyFileName);
3 references to PublicKeyPath
Microsoft.DotNet.HotReload.Watch (3)
Browser\BrowserToolsBuildOutputs.cs (3)
153using var document = ReadDocument(PublicKeyPath); 154ValidateHeader(document.RootElement, PublicKeyFormat, PublicKeyPath); 155return ReadRequiredBase64(document.RootElement, "publicKey", PublicKeyPath);