4 references to GetResourceString
Microsoft.Build (4)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\ThrowHelper.cs (4)
181throw new InvalidOperationException(GetResourceString(resource), e); 187throw new NotSupportedException(GetResourceString(resource)); 216return new ArgumentException(GetResourceString(resource)); 236return new ArgumentOutOfRangeException(GetArgumentName(argument), GetResourceString(resource));