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)
10internal 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)
55throw new ArgumentException(SRF.Argument_EmptyString, paramName); 62throw new ArgumentException(SRF.Argument_EmptyOrWhiteSpaceString, paramName);
src\Microsoft.Private.Windows.Polyfills\Exceptions\ArgumentOutOfRangeExtensions.cs (2)
44string.Format(SRF.ArgumentOutOfRange_Generic_MustBeNonNegative, paramName, value)); 51string.Format(SRF.ArgumentOutOfRange_Generic_MustBeGreaterOrEqual, paramName, value, other));
src\Microsoft.Private.Windows.Polyfills\System\IO\StreamExtensions.cs (1)
37throw new IOException(SRF.IO_StreamTooLong);
src\Microsoft.Private.Windows.Polyfills\System\StringExtensions.cs (1)
22throw new ArgumentException(SRF.String_DestinationSpanTooSmall, nameof(destination));