60 references to Value
mscorlib (60)
system\array.cs (1)
1086
return EmptyArray<T>.
Value
;
system\collections\arraylist.cs (1)
53
private static readonly Object[] emptyArray = EmptyArray<Object>.
Value
;
system\collections\emptyreadonlydictionaryinternal.cs (2)
102
return EmptyArray<Object>.
Value
;
108
return EmptyArray<Object>.
Value
;
system\collections\sortedlist.cs (1)
84
private static Object[] emptyArray = EmptyArray<Object>.
Value
;
system\globalization\compareinfo.cs (1)
1103
keyData = EmptyArray<Byte>.
Value
;
system\io\binaryreader.cs (2)
489
return EmptyArray<Char>.
Value
;
529
return EmptyArray<Byte>.
Value
;
system\reflection\customattribute.cs (1)
1335
return (caType.IsValueType) ? EmptyArray<Object>.
Value
: CreateAttributeArrayHelper(caType, 0);
system\reflection\emit\dynamicilgenerator.cs (6)
1030
m_exceptions = EmptyArray<Byte>.
Value
;
1031
m_code = EmptyArray<Byte>.
Value
;
1032
m_localSignature = EmptyArray<Byte>.
Value
;
1065
m_code = (code != null) ? (byte[])code.Clone() : EmptyArray<Byte>.
Value
;
1092
m_exceptions = (exceptions != null) ? (byte[])exceptions.Clone() : EmptyArray<Byte>.
Value
;
1117
m_localSignature = (localSignature != null) ? (byte[])localSignature.Clone() : EmptyArray<Byte>.
Value
;
system\reflection\emit\dynamicmethod.cs (4)
304
CustomAttributeBuilder transparencyAttribute = new CustomAttributeBuilder(transparencyCtor, EmptyArray<Object>.
Value
);
942
return EmptyArray<Object>.
Value
;
1020
return EmptyArray<Object>.
Value
;
1024
return EmptyArray<Object>.
Value
;
system\reflection\emit\methodbuilder.cs (2)
352
m_parameterTypes = EmptyArray<Type>.
Value
;
398
m_parameterTypes = EmptyArray<Type>.
Value
;
system\reflection\emit\symbolmethod.cs (1)
53
m_parameterTypes = EmptyArray<Type>.
Value
;
system\reflection\emit\typebuilder.cs (1)
1207
return EmptyArray<Type>.
Value
;
system\reflection\fieldinfo.cs (2)
957
return EmptyArray<Type>.
Value
;
962
return EmptyArray<Type>.
Value
;
system\reflection\methodinfo.cs (1)
981
types = EmptyArray<Type>.
Value
;
system\reflection\parameterinfo.cs (6)
132
return EmptyArray<Type>.
Value
;
137
return EmptyArray<Type>.
Value
;
158
return EmptyArray<Object>.
Value
;
167
return EmptyArray<Object>.
Value
;
732
return EmptyArray<Object>.
Value
;
744
return EmptyArray<Object>.
Value
;
system\reflection\propertyinfo.cs (2)
132
public virtual Type[] GetRequiredCustomModifiers() { return EmptyArray<Type>.
Value
; }
134
public virtual Type[] GetOptionalCustomModifiers() { return EmptyArray<Type>.
Value
; }
system\rttype.cs (8)
138
return EmptyArray<T>.
Value
;
801
return EmptyArray<RuntimeConstructorInfo>.
Value
;
1188
return EmptyArray<RuntimeType>.
Value
;
4195
types = EmptyArray<Type>.
Value
;
4309
constraints = EmptyArray<Type>.
Value
;
4502
members = EmptyArray<MemberInfo>.
Value
;
4945
providedArgs = EmptyArray<Object>.
Value
;
5202
args = EmptyArray<Object>.
Value
;
system\security\cryptography\base64transforms.cs (2)
78
return(EmptyArray<Byte>.
Value
);
212
return (EmptyArray<Byte>.
Value
);
system\security\cryptography\cryptoapitransform.cs (1)
193
Utils._EncryptData(_safeKeyHandle, EmptyArray<Byte>.
Value
, 0, 0, ref temp, 0, PaddingValue, true);
system\security\cryptography\hashalgorithm.cs (1)
181
outputBytes = EmptyArray<Byte>.
Value
;
system\security\cryptography\hmac.cs (2)
148
m_hash1.TransformFinalBlock(EmptyArray<Byte>.
Value
, 0, 0);
155
m_hash2.TransformFinalBlock(EmptyArray<Byte>.
Value
, 0, 0);
system\security\cryptography\passwordderivebytes.cs (1)
249
_hash.TransformFinalBlock(EmptyArray<Byte>.
Value
, 0, 0);
system\security\cryptography\rfc2898derivebytes.cs (2)
231
m_hmac.TransformFinalBlock(EmptyArray<Byte>.
Value
, 0, 0);
238
m_hmac.TransformFinalBlock(EmptyArray<Byte>.
Value
, 0, 0);
system\security\cryptography\utils.cs (2)
813
hash.ComputeHash(EmptyArray<Byte>.
Value
); // Use an empty octet string
903
hash.ComputeHash(EmptyArray<Byte>.
Value
);
system\text\encoding.cs (3)
713
return EmptyArray<Byte>.
Value
;
1584
return EmptyArray<Char>.
Value
;
1590
return EmptyArray<Char>.
Value
;
system\text\unicodeencoding.cs (1)
1940
return EmptyArray<Byte>.
Value
;
system\text\utf32encoding.cs (1)
1204
return EmptyArray<Byte>.
Value
;
system\text\utf8encoding.cs (1)
2398
return EmptyArray<Byte>.
Value
;
system\type.cs (1)
56
public readonly static Type[] EmptyTypes = EmptyArray<Type>.
Value
;