Implemented interface member:
71 references to Clear
dotnet-svcutil-lib (16)
CodeDomFixup\CodeDomVisitors\AttributeFixer.cs (1)
139attr.Arguments.Clear();
CodeDomFixup\CodeDomVisitors\MakeOldAsyncMethodsPrivate.cs (1)
50method.ImplementationTypes.Clear();
CodeDomFixup\ConfigToCode.cs (4)
212ctor.Parameters.Clear(); 217ctor.BaseConstructorArgs.Clear(); 247ctor.BaseConstructorArgs.Clear(); 276ctor.BaseConstructorArgs.Clear();
FrameworkFork\Microsoft.CodeDom\System\CodeMemberProperty.cs (2)
100_getStatements.Clear(); 122_setStatements.Clear();
FrameworkFork\Microsoft.CodeDom\System\CodeTypeDelegate.cs (1)
38BaseTypes.Clear();
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (2)
1202xss.Items.Clear(); 1331ct.Attributes.Clear(); //Clear from pre-compiled property, post compiled will be cleared on Re-process and Compile()
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (3)
175_xmlElements.Clear(); 176_xmlArrayItems.Clear(); 177_xmlAnyElements.Clear();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (2)
222method.Parameters.Clear(); 227endMethod.Parameters.Clear();
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\WebSocketsTransport.cs (1)
187webSocket.Options.ClientCertificates.Clear();
NuGet.Packaging (1)
Signing\TrustStore\CertificateBundleX509ChainFactory.cs (1)
58certificates.Clear();
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
1255_ccRoot.HookupFn.Statements.Clear(); 2351ctrConstructedType.TypeArguments.Clear(); 2464ctdClass.Members.Clear(); 2527cns.Types.Clear();
System.CodeDom (3)
System\CodeDom\CodeMemberProperty.cs (2)
29GetStatements.Clear(); 42SetStatements.Clear();
System\CodeDom\CodeTypeDelegate.cs (1)
14BaseTypes.Clear();
System.DirectoryServices (28)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (1)
1247_classEntry.Properties[propertyName].Clear();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClassCollection.cs (1)
249_classEntry.Properties[_propertyName].Clear();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (4)
873_propertyEntry.Properties[PropertyManager.RangeLower].Clear(); 926_propertyEntry.Properties[PropertyManager.RangeUpper].Clear(); 1042_propertyEntry.Properties[PropertyManager.LinkID].Clear(); 1364_propertyEntry.Properties[propertyName].Clear();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaPropertyCollection.cs (1)
265_classEntry.Properties[_propertyName].Clear();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySite.cs (5)
275_subnets.Clear(); 505cachedEntry.Properties["location"].Clear(); 548_SMTPBridgeheadServers.Clear(); 572_RPCBridgeheadServers.Clear(); 635NTDSSiteEntry.Properties["schedule"].Clear();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteCollection.cs (1)
168de.Properties["siteList"].Clear();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLink.cs (2)
232_sites.Clear(); 563cachedEntry.Properties["schedule"].Clear();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLinkBridge.cs (1)
209_links.Clear();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLinkCollection.cs (1)
169de.Properties["siteLinkList"].Clear();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySubnet.cs (2)
256cachedEntry.Properties["location"].Clear(); 284cachedEntry.Properties["siteObject"].Clear();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySubnetCollection.cs (2)
243((DirectoryEntry)changeList[dn]!).Properties["siteObject"].Clear(); 248de.Properties["siteObject"].Clear();
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (1)
622ntdsaEntry.Properties[PropertyManager.MsDSDefaultNamingContext].Clear();
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (1)
826_crossRefEntry.Properties[PropertyManager.MsDSSDReferenceDomain].Clear();
System\DirectoryServices\ActiveDirectory\DirectoryServerCollection.cs (3)
254_crossRefEntry.Properties[PropertyManager.MsDSNCReplicaLocations].Clear(); 348((DirectoryEntry)changeList[name]!).Properties["bridgeheadTransportList"].Clear(); 354de.Properties["bridgeheadTransportList"].Clear();
System\DirectoryServices\ActiveDirectory\ReplicationConnection.cs (1)
807cachedDirectoryEntry.Properties["schedule"].Clear();
System\DirectoryServices\PropertyValueCollection.cs (1)
84this.Clear();
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
1503copyOfDe.Properties["member"].Clear();
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
545_certificates.Clear();
System.Private.Xml (6)
System\Xml\Schema\Inference\Infer.cs (2)
1179xss.Items.Clear(); 1309ct.Attributes.Clear(); //Clear from pre-compiled property, post compiled will be cleared on Re-process and Compile()
System\Xml\Serialization\XmlAttributes.cs (3)
171_xmlElements.Clear(); 172_xmlArrayItems.Clear(); 173_xmlAnyElements.Clear();
System\Xml\Xsl\Xslt\Compiler.cs (1)
353errorColl.Clear();
System.Windows.Forms.Design (10)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (1)
514existingMethod.Statements.Clear();
System\Windows\Forms\Design\Behavior\SelectionManager.cs (4)
216SelectionGlyphAdorner.Glyphs.Clear(); 222BodyGlyphAdorner.Glyphs.Clear(); 409SelectionGlyphAdorner.Glyphs.Clear(); 410BodyGlyphAdorner.Glyphs.Clear();
System\Windows\Forms\Design\ComponentTray.cs (2)
271_glyphManager.SelectionGlyphs.Clear(); 2616_traySelectionAdorner?.Glyphs.Clear();
System\Windows\Forms\Design\ToolStripAdornerWindowService.cs (1)
80_dropDownAdorner?.Glyphs.Clear();
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
126_itemList?.Clear();
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
477_toolStripItemCustomMenuItemCollection.Clear();