2 implementations of IBufferAllocator
System.Web (2)
BufferAllocator.cs (2)
213
internal class SimpleBufferAllocator<T> :
IBufferAllocator
<T> {
302
class BufferAllocatorWrapper<T> :
IBufferAllocator
<T> {
9 references to IBufferAllocator
System.Web (9)
BufferAllocator.cs (9)
38
IBufferAllocator
<char> CharBufferAllocator { get; }
39
IBufferAllocator
<int> IntBufferAllocator { get; }
40
IBufferAllocator
<IntPtr> IntPtrBufferAllocator { get; }
365
private
IBufferAllocator
<char> _charAllocator = null;
366
private
IBufferAllocator
<int> _intAllocator = null;
367
private
IBufferAllocator
<IntPtr> _intPtrAllocator = null;
369
public
IBufferAllocator
<char> CharBufferAllocator {
383
public
IBufferAllocator
<int> IntBufferAllocator {
397
public
IBufferAllocator
<IntPtr> IntPtrBufferAllocator {