7 references to IClrStrongName
Microsoft.CodeAnalysis (7)
Compilation.EmitStream.cs (1)
31
/// This form of signing occurs using the <see cref="
IClrStrongName
"/> COM APIs. This form of signing
Interop\ClrStrongName.cs (2)
22
internal static
IClrStrongName
GetInstance()
32
return (
IClrStrongName
)runtime.GetInterface(clrStrongNameClsid, clrStrongNameGuid);
StrongName\DesktopStrongNameProvider.cs (4)
187
internal virtual
IClrStrongName
GetStrongNameInterface()
210
IClrStrongName
strongName = GetStrongNameInterface();
229
IClrStrongName
strongName = GetStrongNameInterface();
247
IClrStrongName
strongName = GetStrongNameInterface();