5 references to FileHasChanged
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\CertificatePathWatcher.cs (1)
58
/// The affected <see cref="CertificateConfig"/> will have <see cref="CertificateConfig.
FileHasChanged
"/>
Internal\ConfigurationReader.cs (3)
426
FileHasChanged
== other.
FileHasChanged
&&
432
public override int GetHashCode() => HashCode.Combine(Path, KeyPath, Password,
FileHasChanged
, Subject, Store, Location, AllowInvalid ?? false);
KestrelConfigurationLoader.cs (1)
395
Debug.Assert(o.EndpointConfig?.Certificate?.
FileHasChanged
!= true, "Preserving an endpoint with file changes");