4 references to SR
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
PooledArrayBufferWriter`1.cs (1)
139throw new InvalidOperationException(SR.FormatCannot_advance_past_end_of_the_buffer_which_has_a_size_of_0(capacity));
src\427269d77cf079ab\Microsoft.AspNetCore.Razor.Utilities.Shared.Resources.SR.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(SR)));
Utilities\Checksum.Builder.cs (1)
210SR.FormatUnsupported_type_0(value.GetType().FullName), nameof(value));
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorDiagnostic.cs (1)
78throw new NotSupportedException(SR.FormatUnsupported_type_0(enumType.FullName));