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