3 references to ByHandleFileInformation
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\ShadowCopyAnalyzerPathResolver.cs (3)
510private static ByHandleFileInformation? TryGetWindowsFileInformation(string path) 530if (!GetFileInformationByHandle(handle, out var fileInformation)) 548static extern bool GetFileInformationByHandle(SafeFileHandle handle, out ByHandleFileInformation fileInformation);