6 references to Empty
mscorlib (6)
system\attribute.cs (1)
395
return Array.
Empty
<Type>();
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
708
return Array.
Empty
<KeyValuePair<TKey, TValue>>();
system\security\cryptography\sha1managed.cs (1)
84
_impl.TransformFinalBlock(Array.
Empty
<byte>(), 0, 0);
system\security\cryptography\sha256managed.cs (1)
86
_impl.TransformFinalBlock(Array.
Empty
<byte>(), 0, 0);
system\security\cryptography\sha384managed.cs (1)
85
_impl.TransformFinalBlock(Array.
Empty
<byte>(), 0, 0);
system\security\cryptography\sha512managed.cs (1)
77
_impl.TransformFinalBlock(Array.
Empty
<byte>(), 0, 0);