AngularTemplates.Compile.Tests.TestVirtualPathProvider.FileExists C# (CSharp) Method

FileExists() public method

public FileExists ( string virtualPath ) : bool
virtualPath string
return bool
        public override bool FileExists(string virtualPath)
        {
            return FileMap.ContainsKey(NormalizeVirtualPath(virtualPath));
        }