18 references to Resources
Microsoft.DotNet.ApiSymbolExtensions (18)
AssemblySymbolLoader.cs (17)
155
_log.LogMessage(MessageImportance.Low, string.Format(
Resources
.LoadingAssemblies, string.Join(", ", paths)));
181
_log.LogMessage(MessageImportance.Low, string.Format(
Resources
.LoadingAssembliesFromArchive, string.Join(", ", relativePaths), archivePath));
208
string rootAssemblyDisplayString = string.Format(
Resources
.RootAssemblyFromPackageDisplayString, relativePaths[i], archivePath);
235
_log.LogMessage(MessageImportance.Low, string.Format(
Resources
.LoadingAssembly, path));
247
_log.LogMessage(MessageImportance.Low, string.Format(
Resources
.LoadingAssemblyFromStream, name));
251
throw new ArgumentException(
Resources
.StreamPositionGreaterThanLength, nameof(stream));
256
string rootAssemblyDisplayString = string.Format(
Resources
.RootAssemblyDisplayString, name);
271
throw new ArgumentNullException(nameof(filePaths),
Resources
.ShouldNotBeNullAndContainAtLeastOneElement);
276
throw new ArgumentNullException(nameof(assemblyName),
Resources
.ShouldProvideValidAssemblyName);
307
throw new FileNotFoundException(string.Format(
Resources
.ShouldProvideValidAssemblyName, directory), nameof(searchPaths));
334
_log.LogWarning(AssemblyNotFoundErrorCode, string.Format(
Resources
.MatchingAssemblyNotFound, assemblyInfo));
374
throw new FileNotFoundException(string.Format(
Resources
.ProvidedPathToLoadBinariesFromNotFound, path));
388
string rootAssemblyDisplayString = string.Format(
Resources
.RootAssemblyDisplayString, path);
404
throw new ArgumentException(string.Format(
Resources
.ProvidedStreamDoesNotHaveMetadata, assemblyName));
414
_log.LogMessage(MessageImportance.Low, string.Format(
Resources
.AssemblyLoaded, assemblyName));
418
_log.LogMessage(MessageImportance.Low, string.Format(
Resources
.AssemblyReferenceLoaded, assemblyName, referenceeAssemblyName));
483
_log.LogMessage(MessageImportance.High, string.Format(
Resources
.CouldNotResolveReference, assemblyReferenceName, rootAssemblyDisplayString));
Microsoft.DotNet.ApiSymbolExtensions.Resources.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
Resources
)));