4 references to Resources
Microsoft.DotNet.GenAPI (4)
CSharpAssemblyDocumentGenerator.cs (2)
245
throw new InvalidOperationException(string.Format(
Resources
.AddMemberThrowsException,
308
Resources
.ResolveTypeForwardFailed,
CSharpFileBuilder.cs (1)
72
SyntaxNode root = document.GetSyntaxRootAsync().Result ?? throw new InvalidOperationException(
Resources
.SyntaxNodeNotFound);
Microsoft.DotNet.GenAPI.Resources.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
Resources
)));