6 overrides of CollectFilePermissionPaths
System.Data.Entity (6)
System\Data\Metadata\MetadataArtifactLoaderComposite.cs (1)
55public override void CollectFilePermissionPaths(List<string> paths, DataSpace spaceToGet)
System\Data\Metadata\MetadataArtifactLoaderCompositeFile.cs (1)
60public override void CollectFilePermissionPaths(List<string> paths, DataSpace spaceToGet)
System\Data\Metadata\MetadataArtifactLoaderCompositeResource.cs (1)
65public override void CollectFilePermissionPaths(List<string> paths, DataSpace spaceToGet)
System\Data\Metadata\MetadataArtifactLoaderFile.cs (1)
103public override void CollectFilePermissionPaths(List<string> paths, DataSpace spaceToGet)
System\Data\Metadata\MetadataArtifactLoaderResource.cs (1)
98public override void CollectFilePermissionPaths(List<string> paths, DataSpace spaceToGet)
System\Data\Metadata\MetadataArtifactLoaderXmlReaderWrapper.cs (1)
100public override void CollectFilePermissionPaths(List<string> paths, DataSpace spaceToGet)
4 references to CollectFilePermissionPaths
System.Data.Entity (4)
System\Data\Metadata\MetadataArtifactLoaderComposite.cs (1)
59loader.CollectFilePermissionPaths(paths, spaceToGet);
System\Data\Metadata\MetadataCache.cs (3)
647loader.CollectFilePermissionPaths(permissionPaths, DataSpace.CSpace); 741loader.CollectFilePermissionPaths(permissionPaths, DataSpace.SSpace); 742loader.CollectFilePermissionPaths(permissionPaths, DataSpace.CSSpace);