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