1 override of FileSystem
Microsoft.CodeAnalysis (1)
StrongName\DesktopStrongNameProvider.cs (1)
37
internal override StrongNameFileSystem
FileSystem
{ get; }
3 references to FileSystem
Microsoft.CodeAnalysis (1)
Compilation.EmitStream.cs (1)
123
var fileSystem = _strongNameProvider.
FileSystem
;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\InternalsVisibleToAndStrongNameTests.cs (2)
194
Assert.Null(options.StrongNameProvider.
FileSystem
.GetSigningTempPath());
209
Assert.NotNull(options.StrongNameProvider.
FileSystem
.GetSigningTempPath());