1 implementation of OpenRead
Microsoft.Extensions.DependencyModel (1)
FileWrapper.cs (1)
22
public Stream
OpenRead
(string path)
2 references to OpenRead
Microsoft.Extensions.DependencyModel (2)
DependencyContextLoader.cs (2)
94
using (Stream stream = _fileSystem.File.
OpenRead
(location))
116
using (Stream stream = _fileSystem.File.
OpenRead
(depsJsonFile))