4 references to GetKeyFileError
Microsoft.CodeAnalysis (4)
StrongName\DesktopStrongNameProvider.cs (2)
78return new StrongNameKeys(StrongNameKeys.GetKeyFileError(messageProvider, keyFilePath, CodeAnalysisResources.FileNotFound)); 87return new StrongNameKeys(StrongNameKeys.GetKeyFileError(messageProvider, keyFilePath, ex.Message));
StrongName\StrongNameKeys.cs (2)
117return new StrongNameKeys(GetKeyFileError(messageProvider, keyFilePath, ex.Message)); 213return GetKeyFileError(messageProvider, keyFilePath, message);