2 writes to GetStrongNameInterfaceFunc
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\InternalsVisibleToAndStrongNameTests.cs (1)
232
GetStrongNameInterfaceFunc
= () => throw new DllNotFoundException("aaa.dll not found.")
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\TestDesktopStrongNameProvider.cs (1)
33
GetStrongNameInterfaceFunc
= base.GetStrongNameInterface;
1 reference to GetStrongNameInterfaceFunc
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\TestDesktopStrongNameProvider.cs (1)
42
internal override IClrStrongName GetStrongNameInterface() =>
GetStrongNameInterfaceFunc
();