4 references to GetResourceString
Microsoft.CodeAnalysis (4)
src\Dependencies\Collections\Internal\ThrowHelper.cs (4)
179
throw new InvalidOperationException(
GetResourceString
(resource), e);
185
throw new NotSupportedException(
GetResourceString
(resource));
214
return new ArgumentException(
GetResourceString
(resource));
234
return new ArgumentOutOfRangeException(GetArgumentName(argument),
GetResourceString
(resource));