1 type derived from StringCollection
System.Configuration (1)
97 instantiations of StringCollection
PresentationCore (2)
System (11)
System.Configuration (2)
System.Data.SqlXml (2)
System.Management (15)
System.ServiceModel (1)
System.Web (22)
System.Web.Extensions (1)
System.Web.Mobile (4)
System.Web.Services (9)
System.Windows.Forms (3)
System.Workflow.Activities (6)
System.Workflow.ComponentModel (13)
System.Workflow.Runtime (1)
System.WorkflowServices (2)
System.Xml (2)
WindowsBase (1)
252 references to StringCollection
PresentationCore (6)
PresentationFramework (1)
System (68)
net\System\Net\Cache\_SingleItemRequestCache.cs (8)
138internal override Stream Store(string key, long contentLength, DateTime expiresUtc, DateTime lastModifiedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata)
165internal override void Update(string key, DateTime expiresUtc, DateTime lastModifiedUtc, DateTime lastSynchronizedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata)
204internal override bool TryStore(string key, long contentLength, DateTime expiresUtc, DateTime lastModifiedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata, out Stream writeStream)
263internal override bool TryUpdate(string key, DateTime expiresUtc, DateTime lastModifiedUtc, DateTime lastSynchronizedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata)
net\System\Net\Cache\IERequestCache.cs (15)
97internal override Stream Store(string key, long contentLength, DateTime expiresUtc, DateTime lastModifiedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata)
102internal override bool TryStore(string key, long contentLength, DateTime expiresUtc, DateTime lastModifiedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata, out Stream writeStream)
195internal override void Update(string key, DateTime expiresUtc, DateTime lastModifiedUtc, DateTime lastSynchronizedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata)
201internal override bool TryUpdate(string key, DateTime expiresUtc, DateTime lastModifiedUtc, DateTime lastSynchronizedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata)
249StringCollection sc = new StringCollection();
353private string CombineMetaInfo(StringCollection entryMetadata, StringCollection systemMetadata)
383private Stream GetWriteStream(string key, long contentLength, DateTime expiresUtc, DateTime lastModifiedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata, bool isThrow)
502private bool UpdateInfo(string key, DateTime expiresUtc, DateTime lastModifiedUtc, DateTime lastSynchronizedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata, bool isThrow)
System.Configuration (7)
System.Data (1)
System.Data.SqlXml (2)
System.Management (21)
System.ServiceModel (2)
System.Web (56)
System.Web.Extensions (1)
System.Web.Mobile (8)
System.Web.Services (28)
System\Web\Services\Description\ServiceDescriptionImporter.cs (6)
251public static StringCollection GenerateWebReferences(WebReferenceCollection webReferences, CodeDomProvider codeProvider, CodeCompileUnit codeCompileUnit, WebReferenceOptions options) {
289StringCollection shareWarnings = new StringCollection();
308internal static void AddDocument(string path, object document, XmlSchemas schemas, ServiceDescriptionCollection descriptions, StringCollection warnings) {
409private ServiceDescriptionImportWarnings Import(CodeNamespace codeNamespace, ImportContext importContext, Hashtable exportContext, StringCollection warnings) {
506StringCollection schemaWarnings = SchemaCompiler.Compile(abstractSchemas);
514StringCollection schemaWarnings = SchemaCompiler.Compile(concreteSchemas);
System.Windows.Forms (9)
System.Workflow.Activities (6)
System.Workflow.ComponentModel (26)
System.Workflow.Runtime (1)
System.WorkflowServices (2)
System.Xml (6)
WindowsBase (1)