Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
45 references to Dispose
PresentationBuildTasks (1)
BuildTasks\Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
125_sourceStream.Dispose();
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
2564drawingAttributeStream.Dispose(); 2603drawingAttributeStreams[i].Dispose();
Core\CSharp\System\Windows\Media\Effects\PixelShader.cs (1)
124stream.Dispose();
PresentationFramework (1)
src\Framework\System\Windows\Controls\SoundPlayerAction.cs (1)
220newStream.Dispose();
System (1)
net\System\Net\connectionpool.cs (1)
441pooledStream.Dispose();
System.Core (1)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (1)
620_fileStream.Dispose();
System.Data.Services (6)
parent\Client\System\Data\Services\Client\BatchStream.cs (5)
393this.contentStream.Dispose(); 752this.reader.Dispose(); 759this.contentStream.Dispose(); 764this.writer.Dispose(); 1610this.target.Dispose();
System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs (1)
129this.XmlContentStream.Dispose();
System.Data.Services.Client (10)
parent\Server\System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs (1)
129this.XmlContentStream.Dispose();
System\Data\Services\Client\BatchStream.cs (5)
393this.contentStream.Dispose(); 752this.reader.Dispose(); 759this.contentStream.Dispose(); 764this.writer.Dispose(); 1610this.target.Dispose();
System\Data\Services\Client\DataServiceContext.cs (4)
5668batch.Dispose(); 6220stream.Dispose(); 6227this.RequestContentStream.Stream.Dispose(); 6242stream.Dispose();
System.Data.Services.Design (1)
System\Data\EntityModel\EntityClassGenerator.cs (1)
244stream.Dispose();
System.IdentityModel (8)
System\IdentityModel\EnvelopedSignatureWriter.cs (5)
278_hashStream.Dispose(); 290_signatureFragment.Dispose(); 296_endFragment.Dispose(); 302_writerStream.Dispose(); 308_preCanonicalTracingStream.Dispose();
System\IdentityModel\HashStream.cs (1)
163this.logStream.Dispose();
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
4568plaintextStream.Dispose();
System\IdentityModel\WrappedReader.cs (1)
335this.contentStream.Dispose();
System.IO.Log (1)
System\IO\Log\LogLogRecord.cs (1)
97this.stream.Dispose();
System.ServiceModel.Activation (3)
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (2)
187stream.Item2.Dispose(); 308stream.Item2.Dispose();
System\ServiceModel\Activities\Activation\XamlBuildProviderExtension.cs (1)
83stream.Item2.Dispose();
System.Web (1)
UI\ObjectStateFormatter.cs (1)
753stream.Dispose();
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
195_controllerFileStream.Dispose();
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PictureBox.cs (1)
1210uriImageStream.Dispose();
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
5337fs.Dispose(); 5373fs.Dispose();
System.WorkflowServices (4)
System\Workflow\Runtime\StreamedWorkflowDefinitionContext.cs (4)
181definitionStream.Dispose(); 185ruleStream.Dispose(); 325definitionStream.Dispose(); 329ruleStream.Dispose();