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