1 write to _contentRootDir
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\CertificatePathWatcher.cs (1)
51
_contentRootDir
= contentRootPath;
2 references to _contentRootDir
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\CertificatePathWatcher.cs (2)
115
var path = Path.Combine(
_contentRootDir
, certificateConfig.Path);
218
var path = Path.Combine(
_contentRootDir
, certificateConfig.Path);