45 references to Clear
Aspire.Dashboard (1)
Otlp\Model\OtlpHelpers.cs (1)
267Array.Clear(copiedAttributes);
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
19/// <seealso cref="Array.Clear(Array)"/>
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
403Array.Clear(_corInfoImpls);
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray.cs (1)
19/// <seealso cref="Array.Clear(Array)"/>
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
19/// <seealso cref="Array.Clear(Array)"/>
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
19/// <seealso cref="Array.Clear(Array)"/>
Microsoft.Diagnostics.DataContractReader.Legacy (1)
DebugExtensions.cs (1)
84Array.Clear(ring);
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentBag.cs (1)
846Array.Clear(_array);
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\CircularBufferBuckets.cs (1)
286Array.Clear(_trait);
System.Linq (1)
System\Linq\SegmentedArrayBuilder.cs (1)
73Array.Clear(segment);
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
574Array.Clear(_indexes);
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
412Array.Clear(_indexes);
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
502Array.Clear(_indexes);
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (1)
1052Clear(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\ConfigurableArrayPool.cs (1)
138Array.Clear(array);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\SharedArrayPool.cs (2)
155Array.Clear(array); 222Array.Clear(tlsBuckets.Key);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
288Array.Clear(_buckets);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
205Array.Clear(_buckets);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (1)
274Array.Clear(_onTimerCounters);
System.Private.DataContractSerialization (2)
System\Xml\XmlBinaryReaderSession.cs (1)
121Array.Clear(_strings);
System\Xml\XmlBinaryWriterSession.cs (1)
117Array.Clear(_list);
System.Private.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1963Array.Clear(_symbolTables.qnametable);
System.Security.Cryptography (22)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CngPkcs8.cs (1)
405Array.Clear(ecParameters.D!);
System\Security\Cryptography\BasicSymmetricCipher.cs (1)
49Array.Clear(IV);
System\Security\Cryptography\CryptoStream.cs (6)
179Array.Clear(_inputBuffer); 181Array.Clear(_outputBuffer); 784Array.Clear(_inputBuffer); 786Array.Clear(_outputBuffer); 831Array.Clear(_inputBuffer); 836Array.Clear(_outputBuffer);
System\Security\Cryptography\HashProviderCng.cs (1)
139Array.Clear(key);
System\Security\Cryptography\KeyedHashAlgorithm.cs (1)
42Array.Clear(KeyValue);
System\Security\Cryptography\PasswordDeriveBytes.cs (4)
179Array.Clear(_baseValue); 184Array.Clear(_extra); 189Array.Clear(_password); 194Array.Clear(_salt);
System\Security\Cryptography\PinAndClear.cs (1)
24Array.Clear(_data);
System\Security\Cryptography\Rfc2898DeriveBytes.cs (3)
167Array.Clear(_buffer); 169Array.Clear(_salt); 273Array.Clear(_buffer);
System\Security\Cryptography\SymmetricAlgorithm.cs (2)
202Array.Clear(KeyValue); 207Array.Clear(IVValue);
System\Security\Cryptography\UniversalCryptoDecryptor.cs (2)
170Array.Clear(heldoverCipher); 181Array.Clear(_heldoverCipher);