1 write to ContentBuffer
System.Web.Extensions (1)
Compilation\WCFModel\MapFileLoader.cs (1)
143extensionFile.ContentBuffer = ReadExtensionFile(extensionFile.FileName);
2 references to ContentBuffer
System.Web.Extensions (2)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (2)
1410if (extensionFile.ContentBuffer != null && extensionFile.IsBufferValid) 1412extensionFileContents.Add(extensionFile.Name, (byte[])extensionFile.ContentBuffer.Clone());