2 references to FileNotFound
Microsoft.CodeAnalysis (2)
RuleSet\RuleSet.cs (1)
326
diagnosticsOpt.Add(Diagnostic.Create(messageProviderOpt, messageProviderOpt.ERR_CantReadRulesetFile, resolvedPath, new CodeAnalysisResourcesLocalizableErrorArgument(nameof(CodeAnalysisResources.
FileNotFound
))));
StrongName\DesktopStrongNameProvider.cs (1)
78
return new StrongNameKeys(StrongNameKeys.GetKeyFileError(messageProvider, keyFilePath, CodeAnalysisResources.
FileNotFound
));