63 references to Attributes
mscorlib (63)
system\resources\resourcemanager.cs (3)
1570
if (assemblyNode.
Attributes
.Count == 0)
1573
DictionaryEntry de = (DictionaryEntry) assemblyNode.
Attributes
[0];
1575
if (!String.Equals(de.Key, "name") || String.IsNullOrEmpty(assemblyName) || assemblyNode.
Attributes
.Count > 1)
system\runtime\remoting\remotingconfigparser.cs (55)
445
node.
Attributes
.Add(new DictionaryEntry("ref", "http client"));
446
node.
Attributes
.Add(new DictionaryEntry("displayName", "http client (delay loaded)"));
447
node.
Attributes
.Add(new DictionaryEntry("delayLoadAsClientChannel", "true"));
451
node.
Attributes
.Add(new DictionaryEntry("ref", "tcp client"));
452
node.
Attributes
.Add(new DictionaryEntry("displayName", "tcp client (delay loaded)"));
453
node.
Attributes
.Add(new DictionaryEntry("delayLoadAsClientChannel", "true"));
457
node.
Attributes
.Add(new DictionaryEntry("ref", "ipc client"));
458
node.
Attributes
.Add(new DictionaryEntry("displayName", "ipc client (delay loaded)"));
459
node.
Attributes
.Add(new DictionaryEntry("delayLoadAsClientChannel", "true"));
479
node.
Attributes
.Add(new DictionaryEntry("id", "http"));
480
node.
Attributes
.Add(new DictionaryEntry("type", "System.Runtime.Remoting.Channels.Http.HttpChannel, " + AssemblyRef.SystemRuntimeRemoting));
484
node.
Attributes
.Add(new DictionaryEntry("id", "http client"));
485
node.
Attributes
.Add(new DictionaryEntry("type", "System.Runtime.Remoting.Channels.Http.HttpClientChannel, " + AssemblyRef.SystemRuntimeRemoting));
489
node.
Attributes
.Add(new DictionaryEntry("id", "http server"));
490
node.
Attributes
.Add(new DictionaryEntry("type", "System.Runtime.Remoting.Channels.Http.HttpServerChannel, " + AssemblyRef.SystemRuntimeRemoting));
494
node.
Attributes
.Add(new DictionaryEntry("id", "tcp"));
495
node.
Attributes
.Add(new DictionaryEntry("type", "System.Runtime.Remoting.Channels.Tcp.TcpChannel, " + AssemblyRef.SystemRuntimeRemoting));
499
node.
Attributes
.Add(new DictionaryEntry("id", "tcp client"));
500
node.
Attributes
.Add(new DictionaryEntry("type", "System.Runtime.Remoting.Channels.Tcp.TcpClientChannel, " + AssemblyRef.SystemRuntimeRemoting));
504
node.
Attributes
.Add(new DictionaryEntry("id", "tcp server"));
505
node.
Attributes
.Add(new DictionaryEntry("type", "System.Runtime.Remoting.Channels.Tcp.TcpServerChannel, " + AssemblyRef.SystemRuntimeRemoting));
509
node.
Attributes
.Add(new DictionaryEntry("id", "ipc"));
510
node.
Attributes
.Add(new DictionaryEntry("type", "System.Runtime.Remoting.Channels.Ipc.IpcChannel, " + AssemblyRef.SystemRuntimeRemoting));
514
node.
Attributes
.Add(new DictionaryEntry("id", "ipc client"));
515
node.
Attributes
.Add(new DictionaryEntry("type", "System.Runtime.Remoting.Channels.Ipc.IpcClientChannel, " + AssemblyRef.SystemRuntimeRemoting));
519
node.
Attributes
.Add(new DictionaryEntry("id", "ipc server"));
520
node.
Attributes
.Add(new DictionaryEntry("type", "System.Runtime.Remoting.Channels.Ipc.IpcServerChannel, " + AssemblyRef.SystemRuntimeRemoting));
543
node.
Attributes
.Add(new DictionaryEntry("id", "soap"));
544
node.
Attributes
.Add(new DictionaryEntry("type", "System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider, " + AssemblyRef.SystemRuntimeRemoting));
548
node.
Attributes
.Add(new DictionaryEntry("id", "binary"));
549
node.
Attributes
.Add(new DictionaryEntry("type", "System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider, " + AssemblyRef.SystemRuntimeRemoting));
556
node.
Attributes
.Add(new DictionaryEntry("id", "soap"));
557
node.
Attributes
.Add(new DictionaryEntry("type", "System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider, " + AssemblyRef.SystemRuntimeRemoting));
561
node.
Attributes
.Add(new DictionaryEntry("id", "binary"));
562
node.
Attributes
.Add(new DictionaryEntry("type", "System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider, " + AssemblyRef.SystemRuntimeRemoting));
566
node.
Attributes
.Add(new DictionaryEntry("id", "wsdl"));
567
node.
Attributes
.Add(new DictionaryEntry("type", "System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider, " + AssemblyRef.SystemRuntimeRemoting));
593
foreach (DictionaryEntry entry in rootNode.
Attributes
)
814
foreach (DictionaryEntry entry in node.
Attributes
)
833
foreach (DictionaryEntry entry in node.
Attributes
)
856
foreach (DictionaryEntry entry in node.
Attributes
)
885
foreach (DictionaryEntry entry in node.
Attributes
)
937
foreach (DictionaryEntry entry in node.
Attributes
)
976
foreach (DictionaryEntry entry in node.
Attributes
)
1033
foreach (DictionaryEntry entry in node.
Attributes
)
1119
foreach (DictionaryEntry entry in node.
Attributes
)
1175
foreach (DictionaryEntry entry in node.
Attributes
)
1216
foreach (DictionaryEntry entry in node.
Attributes
)
1260
foreach (DictionaryEntry entry in node.
Attributes
)
1300
foreach (DictionaryEntry entry in node.
Attributes
)
1338
foreach (DictionaryEntry entry in node.
Attributes
)
1380
foreach (DictionaryEntry entry in node.
Attributes
)
1425
foreach (DictionaryEntry entry in node.
Attributes
)
1601
foreach (DictionaryEntry entry in node.
Attributes
)
1728
foreach (DictionaryEntry entry in node.
Attributes
)
system\security\cryptography\cryptoconfig.cs (5)
849
if (cryptoClass.
Attributes
.Count > 0)
851
DictionaryEntry attribute = (DictionaryEntry)cryptoClass.
Attributes
[0];
862
foreach(DictionaryEntry attribute in node.
Attributes
)
895
foreach (DictionaryEntry attribute in node.
Attributes
)
935
foreach (DictionaryEntry attribute in node.
Attributes
)