Implemented interface member:
method
OpenFileEx
Roslyn.Utilities.ICommonCompilerFileSystem.OpenFileEx(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, System.Int32, System.IO.FileOptions, out System.String)
1 reference to OpenFileEx
Microsoft.CodeAnalysis.Test.Utilities (1)
TestableFileSystem.cs (1)
47
OpenFileExFunc = openFileExFunc ?? StandardFileSystem.Instance.
OpenFileEx
,