281 references to IsEmpty
Aspire.Hosting.Docker (1)
EnvVarEscaper.cs (1)
227if (strippedSpan.IsEmpty)
Microsoft.AspNetCore.OutputCaching (1)
FormatterBinaryWriter.cs (1)
111if (span.IsEmpty)
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Middleware\Internal\LoggingStream.cs (1)
89if (!destination.IsEmpty)
src\aspnetcore\src\Shared\runtime\Http3\QPack\QPackEncoder.cs (2)
25if (!destination.IsEmpty) 369if (destination.IsEmpty)
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\CodeGeneration\CodeWriter.cs (2)
421if (destination.IsEmpty) 464if (destination.IsEmpty)
Language\RazorProjectFileSystem.cs (1)
134Debug.Assert(span[fileName.Length..].IsEmpty);
Language\Syntax\GreenNode.cs (1)
224Debug.Assert(span.IsEmpty);
Microsoft.Extensions.ServiceDiscovery.Dns (1)
Resolver\DnsPrimitives.cs (1)
99destination.IsEmpty ||
Microsoft.ML.Core (3)
Utilities\Contracts.cs (1)
962if (args.IsEmpty)
Utilities\Stream.cs (2)
686Contracts.Assert(!destination.IsEmpty); 701while (!destination.IsEmpty)
Microsoft.ML.CpuMath (1)
src\Microsoft.ML.Core\Utilities\Contracts.cs (1)
962if (args.IsEmpty)
Microsoft.ML.Data (1)
Deprecated\Vector\VectorUtils.cs (1)
152if (!aEditor.Indices.IsEmpty)
Microsoft.ML.ImageAnalytics (5)
ImagePixelExtractor.cs (5)
359Contracts.Assert(!vf.IsEmpty || !vb.IsEmpty); 361Contracts.Assert(!needScale || !vf.IsEmpty); 385if (!vb.IsEmpty) 421if (!vb.IsEmpty)
Microsoft.Private.Windows.Core (12)
_generated\129\Windows.Win32.IDispatch.g.cs (2)
103 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 104 winmdroot.Foundation.HRESULT __result = this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\130\Windows.Win32.IDispatchEx.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 winmdroot.Foundation.HRESULT __result = this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\156\Windows.Win32.IPictureDisp.g.cs (2)
86 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 87 winmdroot.Foundation.HRESULT __result = this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\164\Windows.Win32.ITypeInfo.g.cs (2)
227 if (!rgszNames.IsEmpty && !pMemId.IsEmpty && rgszNames.Length != pMemId.Length) throw new ArgumentException(); 228 winmdroot.Foundation.HRESULT __result = this.GetIDsOfNames(rgszNamesLocal, (uint )(pMemId.IsEmpty ? rgszNames.Length : pMemId.Length), pMemIdLocal);
_generated\252\Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (2)
95 if (!rgszNames.IsEmpty && !pMemId.IsEmpty && rgszNames.Length != pMemId.Length) throw new ArgumentException(); 96 winmdroot.Foundation.HRESULT __result = @this.GetIDsOfNames(rgszNamesLocal, (uint )(pMemId.IsEmpty ? rgszNames.Length : pMemId.Length), pMemIdLocal);
System\SpanHelpers.cs (1)
15Debug.Assert(!destination.IsEmpty);
System\SpanWriter.cs (1)
29if (!_unwritten.IsEmpty)
System.Console (3)
System\IO\StdInReader.cs (3)
109if (buffer.IsEmpty) 130Debug.Assert(!buffer.IsEmpty); 137if (!completed || buffer.IsEmpty)
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\common\DirectoryControl.cs (5)
182ThrowUnless(asnSpan.IsEmpty); 241if (!asnSpan.IsEmpty) 262ThrowUnless(asnSpan.IsEmpty); 290if (!asnSpan.IsEmpty) 297ThrowUnless(asnSpan.IsEmpty);
System.Drawing.Common (2)
System\Drawing\Drawing2D\GraphicsPath.cs (2)
967if (destination.IsEmpty) 1012if (destination.IsEmpty)
System.Formats.Cbor (4)
System\Formats\Cbor\Reader\CborReader.String.cs (2)
346Debug.Assert(target.IsEmpty); 409Debug.Assert(target.IsEmpty);
System\Formats\Cbor\Writer\CborWriter.Map.cs (1)
173Debug.Assert(s.IsEmpty);
System\Formats\Cbor\Writer\CborWriter.String.cs (1)
222Debug.Assert(s.IsEmpty);
System.Formats.Nrbf (1)
System\Formats\Nrbf\ArraySinglePrimitiveRecord.cs (1)
132while (!valuesToRead.IsEmpty)
System.Formats.Tar (1)
System\Formats\Tar\GnuSparseStream.cs (1)
168if (destination.IsEmpty || _virtualPosition >= _realSize)
System.IO.Compression (11)
System\IO\Compression\DeflateDecoder.cs (1)
72if (destination.IsEmpty && source.Length > 0)
System\IO\Compression\DeflateEncoder.cs (1)
193if (destination.IsEmpty && (source.Length > 0 || isFinalBlock))
System\IO\Compression\DeflateManaged\InflaterManaged.cs (1)
137if (bytes.IsEmpty)
System\IO\Compression\DeflateZLib\DeflateStream.cs (2)
335if (s_useStrictValidation && !buffer.IsEmpty && !_inflater.Finished() && _inflater.NonEmptyInput()) 351if (buffer.IsEmpty)
System\IO\Compression\WinZipAesStream.cs (1)
276while (!buffer.IsEmpty)
System\IO\Compression\Zstandard\ZstandardDecoder.cs (1)
181if (destination.IsEmpty)
System\IO\Compression\Zstandard\ZstandardStream.Compress.cs (1)
115Debug.Assert(!output.IsEmpty, "Internal buffer should be initialized to non-zero size");
System\IO\Compression\Zstandard\ZstandardStream.Decompress.cs (3)
87if (destination.IsEmpty) 106(status == OperationStatus.DestinationTooSmall && destination.IsEmpty && _buffer.ActiveLength == 0), $"{nameof(status)} == {status}, {nameof(destination.Length)} == {destination.Length}"); 170if (_nonEmptyInput && !buffer.IsEmpty)
System.IO.Compression.Brotli (3)
System\IO\Compression\dec\BrotliStream.Decompress.cs (3)
72if (s_useStrictValidation && _nonEmptyInput && !buffer.IsEmpty) 225if (destination.IsEmpty) 245(lastResult == OperationStatus.DestinationTooSmall && destination.IsEmpty && _bufferCount == 0), $"{nameof(lastResult)} == {lastResult}, {nameof(destination.Length)} == {destination.Length}");
System.Memory (3)
System\Buffers\BuffersExtensions.cs (1)
145if (destination.IsEmpty)
System\Text\EncodingExtensions.cs (2)
209Debug.Assert(remainingBytes.IsEmpty, "Over-allocated the byte[] instance?"); 395Debug.Assert(span.IsEmpty, "Over-allocated the string instance?");
System.Net.Http (2)
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackEncoder.cs (2)
25if (!destination.IsEmpty) 369if (destination.IsEmpty)
System.Net.Mail (2)
System\Net\Mime\QEncodedStream.cs (1)
66if (buffer.IsEmpty)
System\Net\Mime\QuotedPrintableStream.cs (1)
95if (buffer.IsEmpty)
System.Net.Quic (5)
System\Net\Quic\Internal\MsQuicTlsSecret.cs (5)
88if (!clientHandshakeTrafficSecret.IsEmpty) 94if (!serverHandshakeTrafficSecret.IsEmpty) 100if (!clientTrafficSecret0.IsEmpty) 106if (!serverTrafficSecret0.IsEmpty) 112if (!clientEarlyTrafficSecret.IsEmpty)
System.Net.Security (1)
System\Net\Security\TlsSession.OpenSsl.cs (1)
242if (buffer.IsEmpty)
System.Private.CoreLib (37)
src\runtime\src\libraries\Common\src\System\Number.NumberBuffer.cs (1)
39Debug.Assert(!digits.IsEmpty);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64DecoderHelper.cs (1)
340if (buffer.IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (1)
595if (buffer.IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
199if (!destination.IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (12)
136Debug.Assert(!keys.IsEmpty); 220Debug.Assert(!keys.IsEmpty); 413Debug.Assert(!keys.IsEmpty); 509Debug.Assert(!keys.IsEmpty); 679Debug.Assert(!keys.IsEmpty); 764Debug.Assert(!keys.IsEmpty); 909Debug.Assert(!keys.IsEmpty); 999Debug.Assert(!keys.IsEmpty); 1205Debug.Assert(!keys.IsEmpty); 1288Debug.Assert(!keys.IsEmpty); 1417Debug.Assert(!keys.IsEmpty); 1500Debug.Assert(!keys.IsEmpty);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Nls.cs (1)
419if (destination.IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.Icu.cs (1)
129if (destination.IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.Nls.cs (1)
122if (destination.IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\BinaryReader.cs (1)
324while (!buffer.IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (2)
5146if (!destination.IsEmpty) 5265if (destination.IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (3)
1778Debug.Assert(!buffer.IsEmpty); 2288Debug.Assert(!buffer.IsEmpty); 2681Debug.Assert(!buffer.IsEmpty);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Random.cs (2)
511while (!destination.IsEmpty) 537while (!destination.IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Random.Xoshiro256StarStarImpl.cs (1)
156if (!buffer.IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Span.cs (1)
439if (IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (1)
783if (!bytes.IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (1)
667if (!bytes.IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (2)
1145if (!destination.IsEmpty) 1191if (!destination.IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8.cs (1)
186if (destination.IsEmpty)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Version.cs (1)
232if (destination.IsEmpty)
System\CrashInfo.cs (2)
380if (destination.IsEmpty) 391if (destination.IsEmpty)
System.Private.Uri (1)
System\UriHelper.cs (1)
622if (span.IsEmpty)
System.Private.Windows.Core (12)
_generated\130\Windows.Win32.IDispatch.g.cs (2)
103 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 104 winmdroot.Foundation.HRESULT __result = this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\131\Windows.Win32.IDispatchEx.g.cs (2)
86 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 87 winmdroot.Foundation.HRESULT __result = this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\157\Windows.Win32.IPictureDisp.g.cs (2)
87 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 88 winmdroot.Foundation.HRESULT __result = this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\165\Windows.Win32.ITypeInfo.g.cs (2)
368 if (!rgszNames.IsEmpty && !pMemId.IsEmpty && rgszNames.Length != pMemId.Length) throw new ArgumentException(); 369 winmdroot.Foundation.HRESULT __result = this.GetIDsOfNames(rgszNamesLocal, (uint )(pMemId.IsEmpty ? rgszNames.Length : pMemId.Length), pMemIdLocal);
_generated\253\Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (2)
95 if (!rgszNames.IsEmpty && !pMemId.IsEmpty && rgszNames.Length != pMemId.Length) throw new ArgumentException(); 96 winmdroot.Foundation.HRESULT __result = @this.GetIDsOfNames(rgszNamesLocal, (uint )(pMemId.IsEmpty ? rgszNames.Length : pMemId.Length), pMemIdLocal);
System\SpanHelpers.cs (1)
15Debug.Assert(!destination.IsEmpty);
System\SpanWriter.cs (1)
29if (!_unwritten.IsEmpty)
System.Private.Windows.GdiPlus (3)
_generated\60\Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (3)
6497 if (!points.IsEmpty && !types.IsEmpty && points.Length != types.Length) throw new ArgumentException(); 6498 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipPathIterEnumerate(iteratorLocal, resultCountLocal, pointsLocal, typesLocal, (types.IsEmpty ? points.Length : types.Length));
System.Runtime.Numerics (21)
src\runtime\src\libraries\Common\src\System\Number.NumberBuffer.cs (1)
39Debug.Assert(!digits.IsEmpty);
System\Number.BigInteger.cs (2)
717Debug.Assert(!bytes.IsEmpty); 1085Debug.Assert(!upper.Trim((nuint)0).IsEmpty);
System\Numerics\BigInteger.cs (2)
1535Debug.Assert(mode == GetBytesMode.Span || destination.IsEmpty, $"If we're not in span mode, we shouldn't have been passed a destination."); 5510if (zd.IsEmpty)
System\Numerics\BigIntegerCalculator.FastReducer.cs (1)
74Debug.Assert(!bits.IsEmpty);
System\Numerics\BigIntegerCalculator.ShiftRot.cs (2)
145if (shift == 0 || bits.IsEmpty) 219if (shift == 0 || bits.IsEmpty)
System\Numerics\BigIntegerCalculator.SquMul.cs (12)
58Debug.Assert(bits.Trim((nuint)0).IsEmpty); 95Debug.Assert(bits.Trim((nuint)0).IsEmpty); 147Debug.Assert(bits.Trim((nuint)0).IsEmpty); 225Debug.Assert(bits.Trim((nuint)0).IsEmpty); 261Debug.Assert(bits.Trim((nuint)0).IsEmpty); 310Debug.Assert(bits.Trim((nuint)0).IsEmpty); 379int z2Sign = c1.IsEmpty ? 0 : 1; 423Debug.Assert(bits.Trim((nuint)0).IsEmpty); 489Debug.Assert(bits.Trim((nuint)0).IsEmpty); 582Debug.Assert(pm1.IsEmpty || pm1[^1] != 0); 738Debug.Assert(z1.IsEmpty || (z1[0] & 1) == 0); 752Debug.Assert(z3.IsEmpty || (z3[0] & 1) == 0);
System\Numerics\NumericsHelpers.cs (1)
62if (d.IsEmpty)
System.Security.Cryptography (11)
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\Interop.CryptGetProvParam.cs (1)
59if (pbData.IsEmpty)
System\Security\Cryptography\Pbkdf2Implementation.Windows.cs (1)
27Debug.Assert(!destination.IsEmpty);
System\Security\Cryptography\RandomNumberGenerator.cs (6)
256if (destination.IsEmpty) 308Debug.Assert(!destination.IsEmpty); 333while (!destination.IsEmpty) 337if (remainingRandom.IsEmpty) 370while (!destination.IsEmpty) 396while (!destination.IsEmpty)
System\Security\Cryptography\Rfc2898DeriveBytes.OneShot.cs (2)
271if (destination.IsEmpty) 312if (destination.IsEmpty)
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (1)
635if (buffer.IsEmpty)
System.Security.Cryptography.Pkcs (1)
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\Interop.CryptGetProvParam.cs (1)
59if (pbData.IsEmpty)
System.Text.Encodings.Web (4)
System\Text\Encodings\Web\AllowedBmpCodePointsBitmap.cs (1)
81Debug.Assert(thisAllowedCharactersBitmap.IsEmpty, "Both vectors should've been fully consumed.");
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (1)
109if (!destination.IsEmpty)
System\Text\Encodings\Web\TextEncoder.cs (2)
65while (!utf16ScratchBuffer.IsEmpty) 599if (destination.IsEmpty)
System.Text.Json (9)
System\Text\Json\Reader\JsonReaderHelper.cs (3)
188Debug.Assert(!sourceUnescaped.IsEmpty); 236Debug.Assert(!sourceUnescaped.IsEmpty); 285Debug.Assert(!utf8Unescaped.IsEmpty);
System\Text\Json\Reader\JsonReaderHelper.Unescaping.cs (6)
26Debug.Assert(!utf8Unescaped.IsEmpty); 56Debug.Assert(!utf8Unescaped.IsEmpty); 108Debug.Assert(!utf8Unescaped.IsEmpty); 146Debug.Assert(!utf8Unescaped.IsEmpty); 183Debug.Assert(!utf8Unescaped1.IsEmpty); 187Debug.Assert(!utf8Unescaped2.IsEmpty);
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (1)
1237if (!chars.IsEmpty)
System.Text.RegularExpressions.Generator (2)
RegexGenerator.Emitter.cs (1)
5108if (!setChars.IsEmpty)
src\runtime\src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (1)
1237if (!chars.IsEmpty)
System.Web.HttpUtility (1)
System\Web\Util\HttpEncoder.cs (1)
633Debug.Assert(!_byteBuffer.IsEmpty);
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\DataStreamFromComStream.cs (1)
74if (!buffer.IsEmpty)
System.Windows.Forms.Primitives (102)
_generated\107\Windows.Win32.IAccessible.g.cs (2)
93 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 94 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\137\Windows.Win32.IFontDisp.g.cs (2)
86 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 87 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\142\Windows.Win32.IHTMLCurrentStyle.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\143\Windows.Win32.IHTMLDataTransfer.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\144\Windows.Win32.IHTMLDocument.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\145\Windows.Win32.IHTMLDocument2.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\146\Windows.Win32.IHTMLDocument3.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\147\Windows.Win32.IHTMLDocument4.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\148\Windows.Win32.IHTMLDOMNode.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\149\Windows.Win32.IHTMLElement.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\150\Windows.Win32.IHTMLElement2.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\151\Windows.Win32.IHTMLElement3.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\152\Windows.Win32.IHTMLElementCollection.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\153\Windows.Win32.IHTMLEventObj.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\154\Windows.Win32.IHTMLFiltersCollection.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\155\Windows.Win32.IHTMLFormElement.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\156\Windows.Win32.IHTMLFrameBase.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\157\Windows.Win32.IHTMLFramesCollection2.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\158\Windows.Win32.IHTMLImageElementFactory.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\159\Windows.Win32.IHTMLImgElement.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\160\Windows.Win32.IHTMLLocation.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\161\Windows.Win32.IHTMLMimeTypesCollection.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\162\Windows.Win32.IHTMLOpsProfile.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\163\Windows.Win32.IHTMLOptionElement.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\164\Windows.Win32.IHTMLOptionElementFactory.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\165\Windows.Win32.IHTMLPluginsCollection.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\166\Windows.Win32.IHTMLRect.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\167\Windows.Win32.IHTMLRectCollection.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\168\Windows.Win32.IHTMLRenderStyle.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\169\Windows.Win32.IHTMLRuleStyle.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\170\Windows.Win32.IHTMLScreen.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\171\Windows.Win32.IHTMLSelectionObject.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\172\Windows.Win32.IHTMLStyle.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\173\Windows.Win32.IHTMLStyleSheet.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\174\Windows.Win32.IHTMLStyleSheetRule.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\175\Windows.Win32.IHTMLStyleSheetRulesCollection.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\176\Windows.Win32.IHTMLStyleSheetsCollection.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\177\Windows.Win32.IHTMLWindow2.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\178\Windows.Win32.IHTMLWindow3.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\179\Windows.Win32.IHTMLWindow4.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\216\Windows.Win32.IOmHistory.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\217\Windows.Win32.IOmNavigator.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\252\Windows.Win32.ITextDocument.g.cs (2)
86 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 87 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\253\Windows.Win32.ITextFont.g.cs (2)
86 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 87 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\254\Windows.Win32.ITextPara.g.cs (2)
86 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 87 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\257\Windows.Win32.ITextRange.g.cs (2)
86 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 87 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\259\Windows.Win32.ITextSelection.g.cs (2)
86 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 87 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\260\Windows.Win32.ITextStoryRanges.g.cs (2)
86 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 87 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\280\Windows.Win32.IWebBrowser.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\281\Windows.Win32.IWebBrowser2.g.cs (2)
97 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 98 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);
_generated\282\Windows.Win32.IWebBrowserApp.g.cs (2)
85 if (!rgszNames.IsEmpty && !rgDispId.IsEmpty && rgszNames.Length != rgDispId.Length) throw new ArgumentException(); 86 this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )(rgDispId.IsEmpty ? rgszNames.Length : rgDispId.Length), lcid, rgDispIdLocal);