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