23 references to GetCertificatePath
Microsoft.AspNetCore.Server.Kestrel.Tests (23)
KestrelConfigurationLoaderTests.cs (23)
278
var path =
GetCertificatePath
();
303
if (File.Exists(
GetCertificatePath
()))
305
File.Delete(
GetCertificatePath
());
319
var devCertPath =
GetCertificatePath
();
385
if (File.Exists(
GetCertificatePath
()))
387
File.Delete(
GetCertificatePath
());
445
var path =
GetCertificatePath
();
477
if (File.Exists(
GetCertificatePath
()))
479
File.Delete(
GetCertificatePath
());
492
var path =
GetCertificatePath
();
526
if (File.Exists(
GetCertificatePath
()))
528
File.Delete(
GetCertificatePath
());
541
var path =
GetCertificatePath
();
579
if (File.Exists(
GetCertificatePath
()))
581
File.Delete(
GetCertificatePath
());
982
var path =
GetCertificatePath
();
999
if (File.Exists(
GetCertificatePath
()))
1001
File.Delete(
GetCertificatePath
());
1012
if (File.Exists(
GetCertificatePath
()))
1014
File.Delete(
GetCertificatePath
());
1030
if (File.Exists(
GetCertificatePath
()))
1032
File.Delete(
GetCertificatePath
());
1125
var certificatePath =
GetCertificatePath
();