7 references to SRF
Microsoft.Private.Windows.Core (7)
artifacts\obj\Microsoft.Private.Windows.Core\Release\net472\Microsoft.Private.Windows.Polyfills.Resources.SRF.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
SRF
)));
src\Microsoft.Private.Windows.Polyfills\Exceptions\ArgumentExtensions.cs (2)
55
throw new ArgumentException(
SRF
.Argument_EmptyString, paramName);
62
throw new ArgumentException(
SRF
.Argument_EmptyOrWhiteSpaceString, paramName);
src\Microsoft.Private.Windows.Polyfills\Exceptions\ArgumentOutOfRangeExtensions.cs (2)
44
string.Format(
SRF
.ArgumentOutOfRange_Generic_MustBeNonNegative, paramName, value));
51
string.Format(
SRF
.ArgumentOutOfRange_Generic_MustBeGreaterOrEqual, paramName, value, other));
src\Microsoft.Private.Windows.Polyfills\System\IO\StreamExtensions.cs (1)
37
throw new IOException(
SRF
.IO_StreamTooLong);
src\Microsoft.Private.Windows.Polyfills\System\StringExtensions.cs (1)
22
throw new ArgumentException(
SRF
.String_DestinationSpanTooSmall, nameof(destination));