1 override of GetBuffer
mscorlib (1)
85 references to GetBuffer
mscorlib (16)
PresentationCore (5)
PresentationFramework (3)
System.Activities (1)
System.Activities.DurableInstancing (2)
System.AddIn (2)
System.Data (2)
System.Data.Services.Client (3)
System.IdentityModel (12)
System.Runtime.Serialization (4)
System.ServiceModel (15)
System\ServiceModel\Security\SecurityAppliedMessage.cs (6)
196((IFragmentCapableXmlDictionaryWriter) writer).WriteFragment(this.startBodyFragment.GetBuffer(), 0, (int) this.startBodyFragment.Length);
207((IFragmentCapableXmlDictionaryWriter) writer).WriteFragment(this.endBodyFragment.GetBuffer(), 0, (int) this.endBodyFragment.Length);
282encryptedData.SetUpEncryption(algorithm, new ArraySegment<byte>(ms.GetBuffer(), 0, (int) ms.Length));
321((IFragmentCapableXmlDictionaryWriter)fragmentingWriter).WriteFragment(this.startBodyFragment.GetBuffer(), 0, (int)this.startBodyFragment.Length);
322((IFragmentCapableXmlDictionaryWriter)fragmentingWriter).WriteFragment(this.endBodyFragment.GetBuffer(), 0, (int)this.endBodyFragment.Length);
437return new ArraySegment<byte>(this.stream.GetBuffer(), 0, (int) this.stream.Length);
System.ServiceModel.Web (1)
System.Web (5)
System.Web.DataVisualization (1)
System.Windows.Forms (1)
System.Workflow.Runtime (5)
System.Xml (1)
WindowsBase (6)