1 instantiation of GCBufferManager
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (1)
515
private static GCBufferManager s_value = new
GCBufferManager
();
3 references to GCBufferManager
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (3)
31
return
GCBufferManager
.Value;
515
private static
GCBufferManager
s_value = new GCBufferManager();
521
public static
GCBufferManager
Value