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