1 override of FileSystem
Microsoft.CodeAnalysis (1)
StrongName\DesktopStrongNameProvider.cs (1)
37
internal override StrongNameFileSystem
FileSystem
{ get; }
1 reference to FileSystem
Microsoft.CodeAnalysis (1)
Compilation.EmitStream.cs (1)
123
var fileSystem = _strongNameProvider.
FileSystem
;