1 override of GetStrongNameInterface
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\TestDesktopStrongNameProvider.cs (1)
42internal override IClrStrongName GetStrongNameInterface() => GetStrongNameInterfaceFunc();
5 references to GetStrongNameInterface
Microsoft.CodeAnalysis (3)
StrongName\DesktopStrongNameProvider.cs (3)
210IClrStrongName strongName = GetStrongNameInterface(); 229IClrStrongName strongName = GetStrongNameInterface(); 247IClrStrongName strongName = GetStrongNameInterface();
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\TestDesktopStrongNameProvider.cs (1)
33GetStrongNameInterfaceFunc = base.GetStrongNameInterface;
Platform\Custom\SigningTestHelpers.cs (1)
64IClrStrongName strongName = new DesktopStrongNameProvider().GetStrongNameInterface();