3 references to AllocateAndClear
Microsoft.CodeAnalysis.Workspaces (2)
PooledObject.cs (1)
124
=> pool.
AllocateAndClear
();
SerializableBytes.cs (1)
306
: base(length: 0, chunks: SharedPools.BigDefault<List<byte[]>>().
AllocateAndClear
())
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedDocument.cs (1)
241
var editorVisibleSpansInOriginal = SharedPools.Default<List<TextSpan>>().
AllocateAndClear
();