2 references to CreateHelper
Microsoft.CodeAnalysis (2)
StrongName\DesktopStrongNameProvider.cs (1)
83return StrongNameKeys.CreateHelper(fileContent, keyFilePath, hasCounterSignature);
StrongName\StrongNameKeys.cs (1)
113return CreateHelper(fileContent, keyFilePath, hasCounterSignature: false);