5 references to ResourceManager
Microsoft.Build.Tasks.CodeAnalysis (5)
CopyRefAssembly.cs (1)
26
: base(ErrorString.
ResourceManager
)
InteractiveCompiler.cs (1)
22
: base(ErrorString.
ResourceManager
)
ManagedCompiler.cs (1)
59
: base(ErrorString.
ResourceManager
)
MapSourceRoots.cs (1)
28
TaskResources = ErrorString.
ResourceManager
;
Microsoft.CodeAnalysis.BuildTasks.ErrorString.cs (1)
15
internal static string GetResourceString(string resourceKey, string defaultValue = null) =>
ResourceManager
.GetString(resourceKey, Culture);