2 types derived from MapFile
System.Web.Extensions (2)
Compilation\WCFModel\DataSvcMapFile.cs (1)
20
internal class DataSvcMapFile :
MapFile
Compilation\WCFModel\SvcMapFile.cs (1)
20
internal class SvcMapFile :
MapFile
14 references to MapFile
System.Web.Extensions (14)
Compilation\WCFModel\DataSvcMapFileLoader.cs (2)
44
protected override
MapFile
Wrap(object mapFileImpl)
49
protected override object Unwrap(
MapFile
mapFile)
Compilation\WCFModel\MapFileLoader.cs (10)
47
public void SaveMapFile(
MapFile
mapFile)
63
public
MapFile
LoadMapFile()
65
MapFile
mapFile = null;
161
protected abstract
MapFile
Wrap(object mapFileImpl);
166
protected abstract object Unwrap(
MapFile
mapFile);
248
private
MapFile
ReadMapFile(XmlReader reader)
289
private void SaveExternalFiles(
MapFile
mapFile)
310
private void LoadExternalFiles(
MapFile
mapFile)
328
private void ValidateMapFile(
MapFile
mapFile)
349
private void SetMapFileLoadErrors(
MapFile
mapFile, IEnumerable<ProxyGenerationError> proxyGenerationErrors)
Compilation\WCFModel\SvcMapFileLoader.cs (2)
44
protected override
MapFile
Wrap(object mapFileImpl)
49
protected override object Unwrap(
MapFile
mapFile)