7 references to ReadOnlyDictionary
mscorlib (1)
system\runtime\interopservices\windowsruntime\dictionarytomapadapter.cs (1)
83
roDictionary = new
ReadOnlyDictionary
<K, V>(_this);
System.Core (1)
Microsoft\Scripting\Compiler\HoistedLocals.cs (1)
90
Indexes = new
ReadOnlyDictionary
<Expression, int>(indexes);
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
3619
describeParameterEncryptionRpcOriginalRpcMap = new
ReadOnlyDictionary
<_SqlRPC, _SqlRPC>(describeParameterEncryptionRpcOriginalRpcDictionary);
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
209
_CustomColumnEncryptionKeyStoreProviders = new
ReadOnlyDictionary
<string, SqlColumnEncryptionKeyStoreProvider>(customColumnEncryptionKeyStoreProviders);
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptionTransform.cs (1)
435
return new
ReadOnlyDictionary
<ContentUser, UseLicense>(loader.LoadedDictionary);
Base\System\Security\RightsManagement\UseLicense.cs (1)
90
_applicationSpecificDataDictionary = new
ReadOnlyDictionary
<string, string>
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\XamlBuildTypeInspectionExtensionContext.cs (1)
26
return new
ReadOnlyDictionary
<string, ITaskItem>(this.markupItemsByTypeName);