21 references to GetValueOrDefault
mscorlib (21)
system\_localdatastoremgr.cs (1)
249
LocalDataStoreSlot slot = m_KeyToSlotMap.
GetValueOrDefault
(name);
system\reflection\customattribute.cs (11)
2188
if (!all && s_pca.
GetValueOrDefault
(caType) == null && !IsSecurityAttribute(caType))
2229
if (!all && s_pca.
GetValueOrDefault
(caType) == null && !IsSecurityAttribute(caType))
2261
if (!all && s_pca.
GetValueOrDefault
(caType) == null && !IsSecurityAttribute(caType))
2295
if (!all && s_pca.
GetValueOrDefault
(caType) == null)
2326
if (!all && s_pca.
GetValueOrDefault
(caType) == null)
2358
if (!all && s_pca.
GetValueOrDefault
(caType) == null)
2389
if (!all && s_pca.
GetValueOrDefault
(caType) == null && !IsSecurityAttribute(caType))
2443
if (!all && s_pca.
GetValueOrDefault
(caType) == null)
2472
if (!all && s_pca.
GetValueOrDefault
(caType) == null)
2500
if (!all && s_pca.
GetValueOrDefault
(caType) == null && !IsSecurityAttribute(caType))
2524
if (!all && s_pca.
GetValueOrDefault
(caType) == null)
system\rttype.cs (2)
1303
if (csEventInfos.
GetValueOrDefault
(name) != null)
1461
List<RuntimePropertyInfo> cache = csPropertyInfos.
GetValueOrDefault
(name);
system\security\cryptography\cryptoconfig.cs (7)
584
retvalType = appNameHT.
GetValueOrDefault
(name);
590
String retvalTypeString = machineNameHT.
GetValueOrDefault
(name);
603
Object retvalObj = DefaultNameHT.
GetValueOrDefault
(name);
732
oid = appOidHT.
GetValueOrDefault
(name);
737
oid = machineOidHT.
GetValueOrDefault
(name);
741
oid = DefaultOidHT.
GetValueOrDefault
(name);
872
string typeName = typeAliases.
GetValueOrDefault
(className);