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