7 references to ReadOnlyDictionary
mscorlib (1)
system\runtime\interopservices\windowsruntime\dictionarytomapadapter.cs (1)
83roDictionary = new ReadOnlyDictionary<K, V>(_this);
System.Core (1)
Microsoft\Scripting\Compiler\HoistedLocals.cs (1)
90Indexes = new ReadOnlyDictionary<Expression, int>(indexes);
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
3619describeParameterEncryptionRpcOriginalRpcMap = 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)
435return 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)
26return new ReadOnlyDictionary<string, ITaskItem>(this.markupItemsByTypeName);