1 override of FileExists
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.LoggingStrongNameProvider.cs (1)
21
internal override bool
FileExists
(string? fullPath)
3 references to FileExists
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.LoggingStrongNameProvider.cs (1)
28
return base.
FileExists
(fullPath);
StrongName\DesktopStrongNameProvider.cs (2)
122
if (fileSystem.
FileExists
(path))
136
if (fileSystem.
FileExists
(combinedPath))