1 override of FileExists
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.LoggingXmlFileResolver.cs (1)
19
protected override bool
FileExists
(string? fullPath)
3 references to FileExists
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.LoggingXmlFileResolver.cs (1)
26
return base.
FileExists
(fullPath);
XmlFileResolver.cs (2)
60
if (
FileExists
(resolvedPath))
70
if (
FileExists
(resolvedPath))