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