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